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

  /external/v8/src/
top.h 182 return !thread_local_.pending_exception_->IsTheHole();
216 return !thread_local_.scheduled_exception_->IsTheHole();
objects.cc 489 ASSERT(!value->IsTheHole() || result->IsReadOnly());
490 return value->IsTheHole() ? Heap::undefined_value() : value;
493 ASSERT(!value->IsTheHole() || result->IsReadOnly());
494 return value->IsTheHole() ? Heap::undefined_value() : value;
    [all...]
builtins.cc 305 if (!top->IsTheHole()) {
325 if (e->IsTheHole() && prototype->HasElement(index)) {
348 if (first->IsTheHole()) {
    [all...]
accessors.cc 557 if (!arguments->IsTheHole()) return *arguments;
runtime.cc 749 bool is_const_property = value->IsTheHole();
    [all...]
objects-debug.cc 906 ASSERT(ascii_data->IsTheHole() || ascii_data->IsJSObject() ||
909 ASSERT(uc16_data->IsTheHole() || ascii_data->IsJSObject() ||
    [all...]
top.cc 831 if (!thread_local_.pending_message_obj_->IsTheHole()) {
839 } else if (!thread_local_.pending_message_obj_->IsTheHole()) {
    [all...]
api.h 258 ASSERT(!obj->IsTheHole()); \
objects-inl.h 646 bool Object::IsTheHole() {
    [all...]
objects.h 625 INLINE(bool IsTheHole());
    [all...]
api.cc     [all...]
jsregexp.cc 257 ASSERT(entry->IsTheHole());
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 634 ASSERT(cell->value()->IsTheHole());
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
codegen-x64.cc 718 try_lazy = probe.handle()->IsTheHole();
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
codegen-ia32.cc 638 skip_arguments = !probe.handle()->IsTheHole();
    [all...]

Completed in 85 milliseconds