Home
last modified time | relevance | path

Searched refs:NewFunctionWithoutPrototype (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/runtime/
Druntime-array.cc38 isolate->factory()->NewFunctionWithoutPrototype(key, code); in InstallBuiltin()
/external/v8/src/
Dapi-natives.cc455 result = isolate->factory()->NewFunctionWithoutPrototype( in CreateApiFunction()
Dfactory.h505 Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
Dbootstrapper.cc397 : factory->NewFunctionWithoutPrototype(name, call_code, in CreateFunction()
561 factory->NewFunctionWithoutPrototype(factory->empty_string(), code); in CreateEmptyFunction()
670 factory()->NewFunctionWithoutPrototype(name, code); in GetThrowTypeErrorIntrinsic()
1631 Handle<JSFunction> function = factory->NewFunctionWithoutPrototype( in InitializeGlobal()
Dfactory.cc1243 Handle<JSFunction> Factory::NewFunctionWithoutPrototype(Handle<String> name, in NewFunctionWithoutPrototype() function in v8::internal::Factory