Searched refs:NewSloppyArguments (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/fuzz-natives/ |
D | fuzz-natives.status | 39 "NewSloppyArguments": [SKIP],
|
/external/v8/src/ |
D | runtime.h | 457 F(NewSloppyArguments, 3, 1) \
|
D | runtime.cc | 8028 static Handle<JSObject> NewSloppyArguments(Isolate* isolate, in NewSloppyArguments() function 8155 : *NewSloppyArguments(isolate, callee, parameters, argument_count); in RUNTIME_FUNCTION() 8165 return *NewSloppyArguments(isolate, callee, parameters, argument_count); in RUNTIME_FUNCTION()
|