Searched defs:Throw (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/src/function/ |
| D | generatorFunctionBuilder.ts | 29 enum ResumeMode { Return = 0, Throw, Next }; enumerator
|
| D | asyncFunctionBuilder.ts | 29 Throw, enumerator
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_iterator.cpp | 34 JSTaggedValue BuiltinsIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw() function in panda::ecmascript::builtins::BuiltinsIterator
|
| D | builtins_async_iterator.cpp | 34 JSTaggedValue BuiltinsAsyncIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw() function in panda::ecmascript::builtins::BuiltinsAsyncIterator
|
| D | builtins_async_from_sync_iterator.cpp | 66 JSTaggedValue BuiltinsAsyncFromSyncIterator::Throw(EcmaRuntimeCallInfo *argv) in Throw() function in panda::ecmascript::builtins::BuiltinsAsyncFromSyncIterator
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | async_generator_helper.cpp | 36 JSTaggedValue AsyncGeneratorHelper::Throw(JSThread *thread, const JSHandle<GeneratorContext> &genCo… in Throw() function in panda::ecmascript::AsyncGeneratorHelper
|
| D | generator_helper.cpp | 58 JSHandle<JSObject> GeneratorHelper::Throw(JSThread *thread, const JSHandle<GeneratorContext> &genCo… in Throw() function in panda::ecmascript::GeneratorHelper
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 123 void SlowRuntimeStub::Throw(JSThread *thread, JSTaggedValue value) in Throw() function in panda::ecmascript::SlowRuntimeStub
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1169 DEF_RUNTIME_STUBS(Throw) in DEF_RUNTIME_STUBS() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 4812 TEST_F(IrBuilderTest, Throw) in TEST_F() argument
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|