HomeSort by relevance Sort by last modified time
    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 702 // js_global_template which is an ObjectTemplateInfo.
711 Handle<ObjectTemplateInfo> js_global_template; local
722 js_global_template =
727 if (js_global_template.is_null()) {
745 FunctionTemplateInfo::cast(js_global_template->constructor()));
    [all...]

Completed in 37 milliseconds