Lines Matching refs:global_template
77 v8::Handle<v8::ObjectTemplate> global_template = in DebugLocalContext() argument
81 context_(v8::Context::New(isolate, extensions, global_template, in DebugLocalContext()
87 v8::Handle<v8::ObjectTemplate> global_template = in DebugLocalContext() argument
92 global_template, global_object)) { in DebugLocalContext()
5256 v8::Handle<v8::ObjectTemplate> global_template = in Run() local
5258 global_template->Set( in Run()
5262 v8::Context::New(isolate_, NULL, global_template); in Run()
5628 v8::Handle<v8::ObjectTemplate> global_template = in TEST() local
5630 global_template->Set( in TEST()
5633 global_template->Set( in TEST()
5636 global_template->Set( in TEST()
5639 global_template->Set( in TEST()
5644 global_template); in TEST()
6042 v8::Handle<v8::ObjectTemplate> global_template = in TEST() local
6045 context_1 = v8::Context::New(isolate, NULL, global_template, global_object); in TEST()
6046 context_2 = v8::Context::New(isolate, NULL, global_template, global_object); in TEST()
6213 v8::Handle<v8::ObjectTemplate> global_template = in ExecuteScriptForContextCheck() local
6216 v8::Context::New(CcTest::isolate(), NULL, global_template); in ExecuteScriptForContextCheck()