| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/promise_ops/ |
| D | promise_resolve_test.cpp | 31 ani_string resolution = nullptr; in TEST_F() local 47 ani_string resolution = nullptr; in TEST_F() local 61 ani_string resolution = nullptr; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | reg_alloc_linear_scan_doc.md | 26 #### Resolve instructions inputs and output 36 #### Adding spill-fill instructions
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 160 JSHandle<JSTaggedValue> resolution(thread, JSTaggedValue::Hole()); in ResolveExportObject() local 229 …JSHandle<JSTaggedValue> resolution = ResolveLocalExport(thread, localExportEntriesTv, exportName, … in ResolveExport() local 237 JSHandle<JSTaggedValue> resolution = ResolveIndirectExport(thread, indirectExportEntriesTv, in ResolveExport() local 761 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationEnvironmentSetup() local 835 JSHandle<JSTaggedValue> resolution = in ModuleDeclarationArrayEnvironmentSetup() local 882 JSHandle<JSTaggedValue> resolution = in GetModuleNamespace() local 1384 JSTaggedValue resolution = FindByExport(thread, exportEntriesTv, key, dictionary); in GetModuleValue() local 1516 JSHandle<JSTaggedValue> resolution; in GetStarResolution() local 1684 JSHandle<JSTaggedValue> resolution = in CheckResolvedBinding() local 1725 JSHandle<JSTaggedValue> resolution = in CheckResolvedIndexBinding() local
|
| D | js_module_source_text.h | 192 inline static CString GetResolveErrorReason(const JSHandle<JSTaggedValue> &resolution) in GetResolveErrorReason()
|
| D | module_value_accessor.cpp | 395 JSHandle<JSTaggedValue> resolution = in UpdateBindingAndGetModuleValue() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_handler.cpp | 47 JSHandle<JSTaggedValue> resolution = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local 528 const JSHandle<JSTaggedValue> &resolution) in InnerResolve()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 3580 JSHandle<JSTaggedValue> resolution = in HWTEST_F_L0() local 3615 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(recordIndexBinding); in HWTEST_F_L0() local 3642 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local 3666 JSHandle<JSTaggedValue> resolution = in HWTEST_F_L0() local 3701 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(recordIndexBinding); in HWTEST_F_L0() local 3728 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local 3754 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local 3777 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast(nameBinding); in HWTEST_F_L0() local 3808 JSHandle<JSTaggedValue> resolution = JSHandle<JSTaggedValue>::Cast( in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | win-dynamic-node.cpp | 457 …tatus NAPI_CDECL napi_resolve_deferred(napi_env env, napi_deferred deferred, napi_value resolution) in napi_resolve_deferred()
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 4216 JSVM_Status OH_JSVM_ResolveDeferred(JSVM_Env env, JSVM_Deferred deferred, JSVM_Value resolution) in OH_JSVM_ResolveDeferred() 4228 JSVM_Status OH_JSVM_RejectDeferred(JSVM_Env env, JSVM_Deferred deferred, JSVM_Value resolution) in OH_JSVM_RejectDeferred()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_native_interface.cpp | 2738 …NITIZE static ets_status DeferredResolve(EtsEnv *env, ets_deferred deferred, ets_object resolution) in DeferredResolve()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2011 …JSHandle<JSTaggedValue> resolution = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third … in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 4466 …er::CheckIsResolvedIndexBinding([[maybe_unused]] GateRef glue, [[maybe_unused]] GateRef resolution) in CheckIsResolvedIndexBinding()
|
| D | stub_builder.cpp | 12250 GateRef resolution = ResolveExportObject(glue, requiredModule, exports, bindingName); in UpdateBindingAndGetModuleValue() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/ |
| D | ani_interaction_api.cpp | 6263 … static ani_status PromiseResolver_Resolve(ani_env *env, ani_resolver resolver, ani_ref resolution) in PromiseResolver_Resolve()
|