Searched refs:NewStrictArguments (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 568 Handle<JSObject> NewStrictArguments(Isolate* isolate, Handle<JSFunction> callee, in NewStrictArguments() function 653 return *NewStrictArguments(isolate, callee, argument_getter, argument_count); in RUNTIME_FUNCTION() 703 return *NewStrictArguments(isolate, callee, argument_getter, argument_count); in RUNTIME_FUNCTION()
|
D | runtime.h | 553 F(NewStrictArguments, 3, 1) \
|