Lines Matching defs:context
24 TNode<RawPtrT> GetMicrotaskQueue(TNode<Context> context);
43 void SetCurrentContext(TNode<Context> context);
49 void RunAllPromiseHooks(PromiseHookType type, TNode<Context> context,
51 void RunPromiseHook(Runtime::FunctionId id, TNode<Context> context,
110 // Skip the microtask execution if the associated context is shutdown.
148 // Enter the context of the {microtask}.
192 // Enter the context of the {microtask}.
224 // Enter the context of the {microtask}.
277 // Enter the context of the {microtask}.
357 // TODO(delphick): Add a checked cast. For now this is not possible as context
363 TNode<Context> context) {
365 StoreFullTaggedNoWriteBarrier(ExternalConstant(ref), context);
479 PromiseHookType type, TNode<Context> context,
491 RunContextPromiseHookBefore(context, promise_or_capability,
494 RunPromiseHook(Runtime::kPromiseHookBefore, context,
499 RunContextPromiseHookAfter(context, promise_or_capability,
502 RunPromiseHook(Runtime::kPromiseHookAfter, context,
516 Runtime::FunctionId id, TNode<Context> context,
534 CallRuntime(id, context, promise);
542 auto context = Parameter<Context>(Descriptor::kContext);
543 TNode<NativeContext> native_context = LoadNativeContext(context);
547 // happen when the context shutdown.
590 // Load the current context from the isolate.