Home
last modified time | relevance | path

Searched defs:utf8name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.cpp159 bool NapiGetNamedProperty(napi_env env, napi_value object, const char *utf8name, napi_value *result) in NapiGetNamedProperty()
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dwin-dynamic-node.cpp320 …pi_status NAPI_CDECL napi_get_named_property(napi_env env, napi_value object, const char *utf8name, in napi_get_named_property()
347 NAPI_EXTERN napi_status NAPI_CDECL napi_create_function(napi_env env, const char *utf8name, size_t … in napi_create_function()
521 …pi_status NAPI_CDECL napi_set_named_property(napi_env env, napi_value object, const char *utf8name, in napi_set_named_property()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1825 const char* utf8name, in OH_JSVM_CreateFunction()
1899 const char* utf8name, in OH_JSVM_DefineClass()
2172 JSVM_Status OH_JSVM_SetNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, JSVM_Va… in OH_JSVM_SetNamedProperty()
2194 JSVM_Status OH_JSVM_HasNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, bool* r… in OH_JSVM_HasNamedProperty()
2215 JSVM_Status OH_JSVM_GetNamedProperty(JSVM_Env env, JSVM_Value object, const char* utf8name, JSVM_Va… in OH_JSVM_GetNamedProperty()
4390 const char* utf8name, in OH_JSVM_DefineClassWithPropertyHandler()
5922 const char* utf8name, in OH_JSVM_DefineClassWithOptions()
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h540 const char* utf8name; member