Searched refs:ReturnThis (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/harmony/
H A Dproxies-function.js339 function ReturnThis(x, y) { class
415 TestConstructFromCall(Object.prototype, true, ReturnThis)
422 Proxy.createFunction(handler, ReturnThis))
429 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnThis))
434 ReturnThis.prototype = prototype
439 TestConstructFromCall(prototype, true, ReturnThis)
446 Proxy.createFunction(handler, ReturnThis))
455 Proxy.createFunction(handlerWithPrototype, ReturnThis))
465 CreateFrozen(handlerWithPrototype, ReturnThis))
/external/v8/test/cctest/
H A Dtest-api.cc11052 static void ReturnThis(const v8::FunctionCallbackInfo<v8::Value>& args) { function
11174 instance_template->SetCallAsFunctionHandler(ReturnThis);

Completed in 396 milliseconds