Searched defs:nameValue (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/napi/test/unittest/ |
H A D | test_ark_api_allowlist.cpp | 64 Local<JSValueRef> nameValue = ArrayRef::GetValueAt(vm, propertyNamesArrayVal, i); in CheckPropertyNames() local 80 Local<JSValueRef> nameValue = ArrayRef::GetValueAt(vm, propertyNamesArrayVal, i); in Test001() local 109 Local<JSValueRef> nameValue = ArrayRef::GetValueAt(vm, propertyNamesArrayVal, i); in Test002() local [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | feature_ability_module.cpp | 154 jerry_value_t nameValue = jerryx_get_property_str(args[0], ATTR_BUNDLE_NAME); in Detect() local 202 jerry_value_t nameValue = jerryx_get_property_str(args[0], ATTR_BUNDLE_NAME); in SendMsgToPeer() local
|
/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 627 napi_value nameValue = nullptr; in JSGetStateByUrl() local
|
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_napi.cpp | 93 auto nameValue = errorObJ.Get(vm, StringRef::NewFromUtf8(vm, "name")); in ARKTSInner_FormatJSError() local
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 324 const panda::Local<panda::JSValueRef> nameValue = panda::ArrayRef::GetValueAt(ecmaVm, namesArrayRef, i); in CopyPropertyApiFilter() local
|
Completed in 10 milliseconds