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

  /external/v8/src/debug/
debug-evaluate.cc 112 if (result->IsJSGlobalProxy()) {
  /external/v8/src/runtime/
runtime-object.cc 54 if (!receiver_obj->IsJSGlobalProxy() &&
272 if (object->HasFastProperties() && !object->IsJSGlobalProxy()) {
639 return isolate->heap()->ToBoolean(obj->IsJSGlobalProxy());
runtime-array.cc 344 CHECK(!array->IsJSGlobalProxy());
runtime.h 406 F(IsJSGlobalProxy, 1, 1) \
    [all...]
  /external/v8/src/
lookup.h 180 if (receiver_->IsJSGlobalProxy()) {
messages.cc 342 return receiver_->IsJSGlobalProxy() || receiver_->IsNull(isolate_) ||
json-stringifier.cc 521 DCHECK(!object->IsJSGlobalProxy());
objects-debug.cc 589 CHECK(IsJSGlobalProxy());
    [all...]
isolate.cc 835 DCHECK(receiver->IsJSGlobalProxy() || receiver->IsAccessCheckNeeded());
845 if (receiver->IsJSGlobalProxy()) {
    [all...]
objects.cc     [all...]
objects-inl.h 913 bool HeapObject::IsJSGlobalProxy() const {
925 if (IsJSGlobalProxy()) {
    [all...]
  /external/v8/src/snapshot/
code-serializer.cc 96 CHECK(!obj->IsJSGlobalProxy() && !obj->IsJSGlobalObject());
  /external/v8/test/cctest/
test-accessors.cc 652 CHECK(v8::Utils::OpenHandle(*CompileRun("getter()"))->IsJSGlobalProxy());
653 CHECK(v8::Utils::OpenHandle(*CompileRun("set_value"))->IsJSGlobalProxy());
test-api-interceptors.cc 868 CHECK(global_proxy->IsJSGlobalProxy());
    [all...]
test-api.cc     [all...]
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 683 DCHECK(holder()->IsJSGlobalProxy() || !holder()->IsAccessCheckNeeded());
  /external/v8/src/ic/
ic.cc 260 if (it->GetHolder<JSObject>()->IsJSGlobalProxy() && it->HasAccess()) {
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 1484 milliseconds