Searched refs:sloppy_arguments_map (Results 1 – 8 of 8) sorted by relevance
60 if (map != context->sloppy_arguments_map() && in GetSloppyArgumentsLength()
119 TNode<Map> sloppy_arguments_map = CAST( in CallOrConstructWithArrayLike() local121 GotoIf(WordEqual(arguments_list_map, sloppy_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
241 V(Map, sloppy_arguments_map) \
202 : native_context_ref().sloppy_arguments_map()); in ReduceJSCreateArguments()307 : native_context_ref().sloppy_arguments_map()); in ReduceJSCreateArguments()
290 V(SLOPPY_ARGUMENTS_MAP_INDEX, Map, sloppy_arguments_map) \
3635 Handle<Map> map = isolate_->sloppy_arguments_map(); in InitializeGlobal()3686 native_context()->sloppy_arguments_map()->GetConstructor()); in InitializeGlobal()5165 Handle<Map> map(native_context()->sloppy_arguments_map(), isolate()); in InstallNatives()
8192 heap->isolate()->context()->native_context()->sloppy_arguments_map(); in ReferencesObject()
3713 : isolate()->sloppy_arguments_map(); in NewArgumentsObject()