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

  /external/v8/src/runtime/
runtime-object.cc 54 if (!receiver_obj->IsJSGlobalProxy() &&
310 if (object->HasFastProperties() && !object->IsJSGlobalProxy()) {
604 return isolate->heap()->ToBoolean(obj->IsJSGlobalProxy());
    [all...]
runtime-array.cc 363 CHECK(!array->IsJSGlobalProxy());
runtime.h 401 F(IsJSGlobalProxy, 1, 1) \
    [all...]
  /external/v8/src/
lookup.h 167 if (receiver_->IsJSGlobalProxy()) {
json-stringifier.cc 520 DCHECK(!object->IsJSGlobalProxy());
code-stub-assembler.h 692 Node* IsJSGlobalProxy(Node* object);
    [all...]
messages.cc 460 return receiver_->IsJSGlobalProxy() || receiver_->IsNullOrUndefined(isolate_);
    [all...]
objects-debug.cc 650 CHECK(IsJSGlobalProxy());
    [all...]
objects.cc     [all...]
isolate.cc 889 DCHECK(receiver->IsJSGlobalProxy() || receiver->IsAccessCheckNeeded());
899 if (receiver->IsJSGlobalProxy()) {
    [all...]
objects-inl.h 544 bool HeapObject::IsJSGlobalProxy() const {
553 if (IsJSGlobalProxy()) {
    [all...]
code-stub-assembler.cc     [all...]
api.cc     [all...]
  /external/v8/src/debug/
debug-evaluate.cc 109 if (result->IsJSGlobalProxy()) {
  /external/v8/src/snapshot/
code-serializer.cc 123 CHECK(!obj->IsJSGlobalProxy() && !obj->IsJSGlobalObject());
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 576 DCHECK(holder()->IsJSGlobalProxy() || !holder()->IsAccessCheckNeeded());
  /external/v8/src/ic/
ic.cc 321 if (it->GetHolder<JSObject>()->IsJSGlobalProxy() && it->HasAccess()) {
    [all...]
accessor-assembler.cc 409 GotoIfNot(IsJSGlobalProxy(p->receiver), miss);
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 707 milliseconds