Home | History | Annotate | Download | only in src

Lines Matching defs:global_template

539   Local<ObjectTemplate> global_template = CreateGlobalTemplate(isolate);
540 Local<Context> context = Context::New(isolate, NULL, global_template);
1100 Local<ObjectTemplate> global_template = ObjectTemplate::New(isolate);
1101 global_template->Set(
1105 global_template->Set(
1109 global_template->Set(
1113 global_template->Set(
1117 global_template->Set(
1121 global_template->Set(
1129 global_template->Set(
1134 global_template->Set(
1138 global_template->Set(
1182 global_template->Set(
1193 global_template->Set(
1222 global_template->Set(
1230 global_template->Set(
1235 return global_template;
1260 Local<ObjectTemplate> global_template = CreateGlobalTemplate(isolate);
1262 Local<Context> context = Context::New(isolate, NULL, global_template);