Home | History | Annotate | Download | only in src

Lines Matching refs:js_obj

2451     i::Handle<i::JSObject> js_obj(i::JSObject::cast(*obj));
2452 i::Isolate* isolate = js_obj->GetIsolate();
2453 return CheckConstructor(isolate, js_obj, "$Error") ||
2454 CheckConstructor(isolate, js_obj, "$EvalError") ||
2455 CheckConstructor(isolate, js_obj, "$RangeError") ||
2456 CheckConstructor(isolate, js_obj, "$ReferenceError") ||
2457 CheckConstructor(isolate, js_obj, "$SyntaxError") ||
2458 CheckConstructor(isolate, js_obj, "$TypeError") ||
2459 CheckConstructor(isolate, js_obj, "$URIError");