HomeSort by relevance Sort by last modified time
    Searched defs:is_object (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
top.cc 690 bool is_object = exception->ToObject(&exception_object); local
696 ASSERT(!catchable_by_javascript || is_object);
733 ASSERT(is_object); // Can't use the handle unless there's a real object.
759 if (is_object) {
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 543 void is_object() function
    [all...]

Completed in 305 milliseconds