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

  /external/v8/src/
contexts.cc 61 if (IsFunctionContext() || IsNativeContext() || IsScriptContext()) {
85 !current->IsNativeContext()) {
93 DCHECK(IsNativeContext() || IsFunctionContext() || IsBlockContext());
101 (IsNativeContext() && object->IsJSGlobalObject()));
107 DCHECK(IsNativeContext() || IsWithContext() ||
246 if (context->IsNativeContext()) PrintF(" (native context)");
251 if ((context->IsNativeContext() ||
257 if (context->IsNativeContext()) {
404 if (context->IsNativeContext() ||
414 !context->IsNativeContext() && !context->IsWithContext())
    [all...]
contexts-inl.h 86 bool Context::IsNativeContext() {
140 DCHECK(IsNativeContext()); \
144 DCHECK(IsNativeContext()); \
148 DCHECK(IsNativeContext()); \
context-measure.cc 20 DCHECK(context_->IsNativeContext());
compilation-cache.cc 307 if (context->IsNativeContext()) {
345 if (context->IsNativeContext()) {
compiler.cc 792 if (function->context()->IsNativeContext()) parse_info->set_global();
    [all...]
contexts.h 458 // Predicates for context types. IsNativeContext is also defined on Object
461 inline bool IsNativeContext();
bootstrapper.cc     [all...]
deoptimizer.cc 181 CHECK(context->IsNativeContext());
    [all...]
factory.cc 756 DCHECK(context->IsNativeContext());
    [all...]
objects.cc     [all...]
objects-inl.h 761 bool HeapObject::IsNativeContext() const {
    [all...]
api.cc     [all...]
  /external/v8/src/snapshot/
partial-serializer.cc 32 if (context->IsNativeContext()) {
  /external/v8/src/debug/
debug-scopes.cc 181 DCHECK(context_->IsNativeContext());
194 CHECK(context_->IsNativeContext());
225 DCHECK(context_->IsScriptContext() || context_->IsNativeContext());
242 if (context_->IsNativeContext()) {
495 !function_context->IsNativeContext()) {
  /external/v8/src/compiler/
access-info.cc 134 DCHECK(native_context->IsNativeContext());
  /external/v8/src/profiler/
heap-snapshot-generator.cc 841 } else if (object->IsNativeContext()) {
    [all...]
  /external/v8/src/ast/
scopes.cc 214 while (!context->IsNativeContext()) {
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc 221 DCHECK(context->IsFunctionContext() || context->IsNativeContext() ||
    [all...]
  /external/v8/src/parsing/
parser.cc     [all...]

Completed in 343 milliseconds