Home
last modified time | relevance | path

Searched defs:throwValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dindex.ts38 export let throwValue = function (v): void { variable
/arkcompiler/ets_runtime/ecmascript/
Dgenerator_helper.cpp69 JSHandle<JSTaggedValue> throwValue(thread, res); in Throw() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp78 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PromiseReactionJob() local
Dbuiltins_promise.cpp922 JSHandle<JSTaggedValue> throwValue = JSPromise::IfThrowGetThrowValue(thread); in PerformPromiseAllSettled() local