Searched refs:strict_arguments_map (Results 1 – 7 of 7) sorted by relevance
61 map != context->strict_arguments_map() && in GetSloppyArgumentsLength()
122 TNode<Map> strict_arguments_map = CAST( in CallOrConstructWithArrayLike() local124 GotoIf(WordEqual(arguments_list_map, strict_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
242 V(Map, strict_arguments_map) \
231 jsgraph()->Constant(native_context_ref().strict_arguments_map()); in ReduceJSCreateArguments()343 jsgraph()->Constant(native_context_ref().strict_arguments_map()); in ReduceJSCreateArguments()
292 V(STRICT_ARGUMENTS_MAP_INDEX, Map, strict_arguments_map) \
5188 Handle<Map> map(native_context()->strict_arguments_map(), isolate()); in InstallNatives()
3712 Handle<Map> map = strict_mode_callee ? isolate()->strict_arguments_map() in NewArgumentsObject()