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

  /external/v8/src/
isolate-inl.h 16 DCHECK(context == NULL || context->IsContext());
contexts-inl.h 43 DCHECK(context->IsContext());
contexts.cc 390 if (obj->IsContext()) {
598 if (!object->IsContext()) return false;
types.cc 150 if (type->IsContext()) return kInternal & kTaggedPointer;
420 if (this->IsContext()) {
421 return that->IsContext()
    [all...]
string-stream.cc 471 perhaps_context->IsContext()) {
types.h 790 bool IsContext() { return IsKind(TypeBase::kContext); }
objects-debug.cc     [all...]
frames.cc     [all...]
isolate.cc 848 if (!receiver_context->IsContext()) return false;
    [all...]
objects-inl.h 750 bool HeapObject::IsContext() const {
    [all...]
deoptimizer.cc     [all...]
  /external/v8/src/snapshot/
partial-serializer.cc 24 if ((*o)->IsContext()) {
snapshot-common.cc 80 CHECK(result->IsContext());
code-serializer.cc 100 CHECK(!obj->IsJSFunction() && !obj->IsContext());
  /external/v8/src/debug/
debug-scopes.cc 25 if (!frame_inspector->GetContext()->IsContext() ||
127 if (wrapped->IsContext()) {
  /external/v8/src/runtime/
runtime-scopes.cc 841 if (holder->IsContext()) {
870 DCHECK(holder->IsContext());
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 147 CHECK(isolate->native_context()->IsContext());
422 CHECK(root->IsContext());
432 CHECK(root2->IsContext());
540 CHECK(root->IsContext());
    [all...]
test-types.cc 107 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
406 CHECK(context->IsContext());
792 (type1->IsContext() && type2->IsContext()) ||
    [all...]
  /external/v8/src/compiler/
verifier.cc 597 if (typing == TYPED) CHECK(NodeProperties::GetType(node)->IsContext());
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 843 } else if (object->IsContext()) {
    [all...]

Completed in 553 milliseconds