Lines Matching defs:context
56 auto context = Parameter<Context>(Descriptor::kContext);
61 target, new_target, argc, [=] { return context; },
68 const LazyNode<Context>& context,
73 TNode<Context> eager_context = context();
90 auto context = Parameter<Context>(Descriptor::kContext);
91 CallOrConstructWithArrayLike(target, new_target, arguments_list, context);
99 auto context = Parameter<Context>(Descriptor::kContext);
105 CollectConstructFeedback(context, target, new_target, feedback_vector, slot,
114 CallOrConstructWithArrayLike(target, new_target, arguments_list, context);
123 auto context = Parameter<Context>(Descriptor::kContext);
124 CallOrConstructWithSpread(target, new_target, spread, args_count, context);
147 auto context = Parameter<Context>(Descriptor::kContext);
152 target, new_target, spread, args_count, [=] { return context; },
159 TNode<Int32T> argc, const LazyNode<Context>& context,
164 TNode<Context> eager_context = context();
181 auto context = Parameter<Context>(Descriptor::kContext);
218 // Get the function map in the current native context and set that
220 const TNode<NativeContext> native_context = LoadNativeContext(context);
256 StoreObjectFieldNoWriteBarrier(result, JSFunction::kContextOffset, context);
264 auto context = Parameter<Context>(Descriptor::kContext);
271 FastNewObject(context, target, new_target, &call_runtime);
275 TailCallRuntime(Runtime::kNewObject, context, target, new_target);
279 TNode<Context> context, TNode<JSFunction> target,
284 var_obj = FastNewObject(context, target, new_target, &call_runtime);
288 var_obj = CAST(CallRuntime(Runtime::kNewObject, context, target, new_target));
296 TNode<Context> context, TNode<JSFunction> target,
343 TNode<ScopeInfo> scope_info, TNode<Uint32T> slots, TNode<Context> context,
353 TNode<NativeContext> native_context = LoadNativeContext(context);
376 context);
393 TNode<Object> pattern, TNode<Smi> flags, TNode<Context> context) {
419 LoadNativeContext(context), Context::REGEXP_FUNCTION_INDEX));
452 result = CAST(CallRuntime(Runtime::kCreateRegExpLiteral, context,
463 TNode<Context> context, AllocationSiteMode allocation_site_mode,
477 return CloneFastJSArray(context, boilerplate, allocation_site);
479 return CloneFastJSArray(context, boilerplate);
485 TNode<Context> context) {
511 TNode<NativeContext> native_context = LoadNativeContext(context);
677 TNode<Context> context) {
678 TNode<NativeContext> native_context = LoadNativeContext(context);