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

  /external/v8/src/
global-handles.cc 70 if (object_->IsJSGlobalObject()) {
107 if (object_->IsJSGlobalObject()) {
121 if (object_->IsJSGlobalObject()) {
contexts.cc 39 if (object->IsJSGlobalObject()) {
objects-debug.cc 806 CHECK(IsJSGlobalObject());
    [all...]
objects-inl.h 595 bool Object::IsJSGlobalObject() {
    [all...]