OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:js_global_template
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
bootstrapper.cc
705
//
js_global_template
which is an ObjectTemplateInfo.
714
Handle<ObjectTemplateInfo>
js_global_template
;
local
724
js_global_template
=
729
if (
js_global_template
.is_null()) {
747
FunctionTemplateInfo::cast(
js_global_template
->constructor()));
[
all
...]
/external/chromium_org/v8/src/
bootstrapper.cc
689
//
js_global_template
which is an ObjectTemplateInfo.
698
Handle<ObjectTemplateInfo>
js_global_template
;
local
709
js_global_template
=
714
if (
js_global_template
.is_null()) {
732
FunctionTemplateInfo::cast(
js_global_template
->constructor()));
[
all
...]
Completed in 449 milliseconds