Searched refs:microtask_context (Results 1 – 1 of 1) sorted by relevance
37 void PrepareForContext(TNode<Context> microtask_context, Label* bailout);149 TNode<Context> microtask_context = in RunSingleMicrotask() local151 TNode<NativeContext> native_context = LoadNativeContext(microtask_context); in RunSingleMicrotask()158 Call(microtask_context, callable, UndefinedConstant()); in RunSingleMicrotask()193 TNode<Context> microtask_context = LoadObjectField<Context>( in RunSingleMicrotask() local195 TNode<NativeContext> native_context = LoadNativeContext(microtask_context); in RunSingleMicrotask()205 RunAllPromiseHooks(PromiseHookType::kBefore, microtask_context, in RunSingleMicrotask()214 RunAllPromiseHooks(PromiseHookType::kAfter, microtask_context, in RunSingleMicrotask()225 TNode<Context> microtask_context = LoadObjectField<Context>( in RunSingleMicrotask() local227 TNode<NativeContext> native_context = LoadNativeContext(microtask_context); in RunSingleMicrotask()[all …]