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