OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewFunctionWithoutPrototype
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/src/
factory.h
367
Handle<JSFunction>
NewFunctionWithoutPrototype
(
451
Handle<JSFunction>
NewFunctionWithoutPrototype
(Handle<String> name,
factory.cc
[
all
...]
bootstrapper.cc
358
factory->
NewFunctionWithoutPrototype
(internalized_name, call_code) :
489
factory->
NewFunctionWithoutPrototype
(empty_string, CLASSIC_MODE);
574
factory()->
NewFunctionWithoutPrototype
(name, CLASSIC_MODE);
[
all
...]
/external/v8/src/
factory.h
297
Handle<JSFunction>
NewFunctionWithoutPrototype
(
376
Handle<JSFunction>
NewFunctionWithoutPrototype
(Handle<String> name,
factory.cc
787
Handle<JSFunction> Factory::
NewFunctionWithoutPrototype
(Handle<String> name,
789
Handle<JSFunction> function =
NewFunctionWithoutPrototype
(name,
[
all
...]
bootstrapper.cc
359
factory->
NewFunctionWithoutPrototype
(symbol, call_code) :
495
factory->
NewFunctionWithoutPrototype
(symbol, CLASSIC_MODE);
579
factory()->
NewFunctionWithoutPrototype
(name, CLASSIC_MODE);
[
all
...]
Completed in 31 milliseconds