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

  /external/v8/src/
objects-inl.h 701 bool Object::IsJSBuiltinsObject() {
    [all...]
mark-compact.cc 664 static inline bool IsJSBuiltinsObject(Object* obj) {
683 if (IsJSBuiltinsObject(context->global())) {
    [all...]

Completed in 659 milliseconds