Home
last modified time | relevance | path

Searched refs:top_context (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Decmametadatapass.py224 top_context = self._context
225 top_context.end_token = self._token
226 self._context = top_context.parent
228 return top_context
/external/chromium_org/third_party/closure_linter/closure_linter/
Decmametadatapass.py271 top_context = self._context
272 top_context.end_token = self._token
273 self._context = top_context.parent
275 return top_context
/external/chromium_org/v8/src/
Dbootstrapper.cc307 Handle<Context> top_context,
1423 Handle<Context> top_context, in CompileScriptCached() argument
1436 source, script_name, 0, 0, false, top_context, extension, NULL, in CompileScriptCached()
1446 DCHECK(top_context->IsNativeContext()); in CompileScriptCached()
1449 ? Handle<Context>(top_context->runtime_context()) in CompileScriptCached()
1450 : top_context); in CompileScriptCached()
1458 ? top_context->builtins() in CompileScriptCached()
1459 : top_context->global_object(), in CompileScriptCached()
/external/chromium_org/v8/src/compiler/
Dast-graph-builder.cc71 ContextScope top_context(this, scope, inner); in CreateGraph() local