Searched refs:IsNativeError (Results 1 – 11 of 11) sorted by relevance
190 bool IsNativeError() const;
269 if (result->IsNativeError()) { in catchCallback()782 exception->IsNativeError() ? WrapMode::kNoPreview in addExceptionToDetails()865 exception->IsNativeError() ? WrapMode::kNoPreview in wrapEvaluateResult()
329 if (value->IsNativeError()) { in serializeV8Value()
122 !value->IsNativeError() && !value->IsRegExp()) { in append()
825 if (!error->IsNativeError()) in getExceptionDetails()
1712 if (value->IsNativeError()) { in create()
309 if (!can_set_arrow || (mode == FATAL_ERROR && !err_obj->IsNativeError())) { in AppendExceptionLine()
2117 *result = val->IsNativeError(); in napi_is_error()
3250 if (!exception->IsNativeError() && in PromiseRejectCallback()
3682 bool Value::IsNativeError() const { in IsNativeError() function in v8::Value
192 …s://github.com/nodejs/node/commit/744ed9477b)] - **src**: expose V8's IsNativeError() in util bind…