Class AsyncContext
java.lang.Object
com.oracle.truffle.js.runtime.objects.AsyncContext
A list of records with fields [[AsyncContextKey]] (a Symbol) and [[AsyncContextValue]] (an
ECMAScript language value).
-
Method Summary
Modifier and TypeMethodDescriptionstatic AsyncContextempty()getOrDefault(Symbol asyncContextKey, Object defaultValue) toString()withMapping(Symbol key, Object value)
-
Method Details
-
empty
-
withMapping
-
getOrDefault
-
toString
-