Home
last modified time | relevance | path

Searched defs:error_obj (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api-errortype.c39 jerry_value_t error_obj = jerry_create_error (errors[idx], (const jerry_char_t *)"test"); in main() local
Dtest-dataview.c62 jerry_value_t error_obj = jerry_get_value_from_error (view3, true); in main() local
Dtest-symbol.c153 jerry_value_t error_obj = jerry_get_value_from_error (symbol_symbol, true); in main() local
Dtest-api-promise.c119 jerry_value_t error_obj = jerry_get_value_from_error (error_value, true); in test_promise_resolve_fail() local
/third_party/node/src/
Djs_native_api_v8.cc1695 v8::Local<v8::Value> error_obj = in napi_create_error() local
1715 v8::Local<v8::Value> error_obj = in napi_create_type_error() local
1735 v8::Local<v8::Value> error_obj = in napi_create_range_error() local
1916 v8::Local<v8::Value> error_obj = v8::Exception::Error(str); in napi_throw_error() local
1934 v8::Local<v8::Value> error_obj = v8::Exception::TypeError(str); in napi_throw_type_error() local
1952 v8::Local<v8::Value> error_obj = v8::Exception::RangeError(str); in napi_throw_range_error() local
/third_party/python/Modules/
D_csv.c19 PyObject *error_obj; /* CSV exception */ member
132 PyObject *error_obj; /* cached error object */ member
/third_party/quickjs/
Dquickjs.c6489 static void build_backtrace(JSContext *ctx, JSValueConst error_obj, in build_backtrace()