Home
last modified time | relevance | path

Searched refs:if_arguments (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-call-gen.cc67 Label if_done(this), if_arguments(this), if_array(this), in CallOrConstructWithArrayLike() local
121 GotoIf(WordEqual(arguments_list_map, sloppy_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
124 GotoIf(WordEqual(arguments_list_map, strict_arguments_map), &if_arguments); in CallOrConstructWithArrayLike()
163 BIND(&if_arguments); in CallOrConstructWithArrayLike()
Dbuiltins-object-gen.cc950 if_arguments(this), if_array(this), if_boolean(this), if_date(this), in TF_BUILTIN() local
973 {JS_ARGUMENTS_TYPE, &if_arguments}, in TF_BUILTIN()
1009 BIND(&if_arguments); in TF_BUILTIN()