HomeSort by relevance Sort by last modified time
    Searched full:js_global_object_template (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
bootstrapper.cc 754 // pointer that points at js_global_object_template which is an
764 Handle<ObjectTemplateInfo> js_global_object_template; local
775 js_global_object_template =
780 if (js_global_object_template.is_null()) {
797 FunctionTemplateInfo::cast(js_global_object_template->constructor()));
    [all...]

Completed in 237 milliseconds