Home
last modified time | relevance | path

Searched defs:qnameStr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp256 void *CompilerResolveQualifiedJSCallIntrinsic(void *val, EtsString *qnameStr) in CompilerResolveQualifiedJSCallIntrinsic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value_call.cpp523 napi_env env, napi_value jsVal, coretypes::String *qnameStr) in CompilerResolveQualifiedJSCall()
563 auto qnameStr = argReader.Read<coretypes::String *>(); in JSRuntimeJSCallBase() local
Dintrinsics_api_impl.cpp388 void *CompilerResolveQualifiedJSCall(void *val, EtsString *qnameStr) in CompilerResolveQualifiedJSCall()