HomeSort by relevance Sort by last modified time
    Searched refs:IsScriptContext (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
contexts.cc 34 DCHECK(script_context->IsScriptContext());
44 DCHECK(context->IsScriptContext());
61 if (IsFunctionContext() || IsNativeContext() || IsScriptContext()) {
84 while (!current->IsFunctionContext() && !current->IsScriptContext() &&
114 DCHECK(IsModuleContext() || IsScriptContext() || IsBlockContext());
137 while (!current->IsScriptContext()) {
245 if (context->IsScriptContext()) PrintF(" (script context)");
322 context->IsScriptContext()) {
413 } while (failed_whitelist && !context->IsScriptContext() &&
426 DCHECK(IsScriptContext());
    [all...]
contexts-inl.h 126 bool Context::IsScriptContext() {
contexts.h 468 inline bool IsScriptContext();
factory.cc 771 DCHECK(context->IsScriptContext());
    [all...]
objects.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 185 if (context_->IsScriptContext()) {
225 DCHECK(context_->IsScriptContext() || context_->IsNativeContext());
260 if (context_->IsScriptContext()) {
  /external/v8/src/runtime/
runtime-scopes.cc 222 context->IsScriptContext() ||
263 } else if (context->IsScriptContext()) {
    [all...]
runtime-object.cc 286 DCHECK(script_context->IsScriptContext());
  /external/v8/src/ast/
scopes.cc 225 } else if (context->IsScriptContext()) {
    [all...]

Completed in 266 milliseconds