Home
last modified time | relevance | path

Searched defs:resolution (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/promise_ops/
Dpromise_resolve_test.cpp31 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/
Dreg_alloc_linear_scan_doc.md26 #### Resolve instructions inputs and output
36 #### Adding spill-fill instructions
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp160 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
Djs_module_source_text.h192 inline static CString GetResolveErrorReason(const JSHandle<JSTaggedValue> &resolution) in GetResolveErrorReason()
Dmodule_value_accessor.cpp395 JSHandle<JSTaggedValue> resolution = in UpdateBindingAndGetModuleValue() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp47 JSHandle<JSTaggedValue> resolution = BuiltinsBase::GetCallArg(argv, 0); in Resolve() local
528 const JSHandle<JSTaggedValue> &resolution) in InnerResolve()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp3580 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/
Dwin-dynamic-node.cpp457 …tatus NAPI_CDECL napi_resolve_deferred(napi_env env, napi_deferred deferred, napi_value resolution) in napi_resolve_deferred()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4216 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/
Dets_napi_native_interface.cpp2738 …NITIZE static ets_status DeferredResolve(EtsEnv *env, ets_deferred deferred, ets_object resolution) in DeferredResolve()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2011 …JSHandle<JSTaggedValue> resolution = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: means the third … in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4466 …er::CheckIsResolvedIndexBinding([[maybe_unused]] GateRef glue, [[maybe_unused]] GateRef resolution) in CheckIsResolvedIndexBinding()
Dstub_builder.cpp12250 GateRef resolution = ResolveExportObject(glue, requiredModule, exports, bindingName); in UpdateBindingAndGetModuleValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp6263 … static ani_status PromiseResolver_Resolve(ani_env *env, ani_resolver resolver, ani_ref resolution) in PromiseResolver_Resolve()