Home
last modified time | relevance | path

Searched refs:IsNativeError (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-value.h190 bool IsNativeError() const;
/third_party/node/deps/v8/src/inspector/
Dinjected-script.cc269 if (result->IsNativeError()) { in catchCallback()
782 exception->IsNativeError() ? WrapMode::kNoPreview in addExceptionToDetails()
865 exception->IsNativeError() ? WrapMode::kNoPreview in wrapEvaluateResult()
Dv8-webdriver-serializer.cc329 if (value->IsNativeError()) { in serializeV8Value()
Dv8-console-message.cc122 !value->IsNativeError() && !value->IsRegExp()) { in append()
Dv8-runtime-agent-impl.cc825 if (!error->IsNativeError()) in getExceptionDetails()
Dvalue-mirror.cc1712 if (value->IsNativeError()) { in create()
/third_party/node/src/
Dnode_errors.cc309 if (!can_set_arrow || (mode == FATAL_ERROR && !err_obj->IsNativeError())) { in AppendExceptionLine()
Djs_native_api_v8.cc2117 *result = val->IsNativeError(); in napi_is_error()
/third_party/node/deps/v8/src/d8/
Dd8.cc3250 if (!exception->IsNativeError() && in PromiseRejectCallback()
/third_party/node/deps/v8/src/api/
Dapi.cc3682 bool Value::IsNativeError() const { in IsNativeError() function in v8::Value
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md192 …s://github.com/nodejs/node/commit/744ed9477b)] - **src**: expose V8's IsNativeError() in util bind…