| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.h | 84 …static JSTaggedValue AsyncGeneratorReject(JSThread *thread, const JSHandle<JSAsyncGeneratorObject>…
|
| D | js_async_generator_object.cpp | 90 JSTaggedValue JSAsyncGeneratorObject::AsyncGeneratorReject(JSThread *thread, in AsyncGeneratorReject() function in panda::ecmascript::JSAsyncGeneratorObject 206 AsyncGeneratorReject(thread, generator, comVal); in AsyncGeneratorResumeNext() 365 return AsyncGeneratorReject(thread, asyncGen, value); in ProcessorRejectedFunc()
|
| D | runtime_call_id.h | 229 V(AsyncGeneratorReject) \
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| D | asyncGeneratorFunctionBuilder.cpp | 51 pg_->AsyncGeneratorReject(node, funcObj_); in CleanUp()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 176 static JSTaggedValue AsyncGeneratorReject(JSThread *thread, JSTaggedValue asyncFuncObj,
|
| D | slow_runtime_stub.cpp | 1154 JSTaggedValue SlowRuntimeStub::AsyncGeneratorReject(JSThread *thread, JSTaggedValue asyncFuncObj, in AsyncGeneratorReject() function in panda::ecmascript::SlowRuntimeStub 1157 INTERPRETER_TRACE(thread, AsyncGeneratorReject); in AsyncGeneratorReject() 1163 return JSAsyncGeneratorObject::AsyncGeneratorReject(thread, asyncFuncObjHandle, valueHandle); in AsyncGeneratorReject()
|
| D | interpreter-inl.h | 3143 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorReject(thread, asyncGenerator, value); in RunInternal() 3158 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorReject(thread, asyncGenerator, value); in RunInternal()
|
| D | interpreter_assembly.cpp | 2760 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorReject(thread, asyncGenerator, value); in HandleAsyncgeneratorrejectV8() 2792 JSTaggedValue res = SlowRuntimeStub::AsyncGeneratorReject(thread, asyncGenerator, value); in HandleDeprecatedAsyncgeneratorrejectPrefV8V8()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 400 void AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj);
|
| D | pandagen.cpp | 1456 void PandaGen::AsyncGeneratorReject(const ir::AstNode *node, VReg asyncGenObj) in AsyncGeneratorReject() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 275 V(AsyncGeneratorReject) \
|
| D | runtime_stubs.cpp | 668 DEF_RUNTIME_STUBS(AsyncGeneratorReject) in DEF_RUNTIME_STUBS() argument 670 RUNTIME_STUBS_HEADER(AsyncGeneratorReject); in DEF_RUNTIME_STUBS()
|
| D | runtime_stubs-inl.h | 382 … return JSAsyncGeneratorObject::AsyncGeneratorReject(thread, asyncGeneratorObjHandle, valueHandle); in RuntimeAsyncGeneratorReject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 2912 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncGeneratorReject), in DECLARE_ASM_HANDLER() 2930 GateRef res = CallRuntime(glue, RTSTUB_ID(AsyncGeneratorReject), in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 2327 int id = RTSTUB_ID(AsyncGeneratorReject); in LowerAsyncGeneratorReject()
|