Home
last modified time | relevance | path

Searched refs:ValueIsObject (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp50 if (!ValueIsObject(object)) { in SetProperty()
67 if (!ValueIsObject(object) || (propName == nullptr)) { in SetNamedProperty()
82 if (!ValueIsObject(object)) { in SetNumberProperty()
93 if (!ValueIsObject(object)) { in SetBooleanProperty()
104 if (!ValueIsObject(object)) { in SetStringProperty()
115 if (!ValueIsObject(object)) { in SetStringPropertyWithBufferSize()
276 bool JSI::ValueIsObject(JSIValue value) in ValueIsObject() function in OHOS::ACELite::JSI
281 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:ValueIsObject has not been implemented in this js engine!"); in ValueIsObject()
298 if (!ValueIsObject(value)) { in JsonStringify()
330 if (!ValueIsObject(objec in GetProperty()
[all...]
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp67 if (options == nullptr || JSI::ValueIsUndefined(options) || !JSI::ValueIsObject(options)) { in JsObjectToRequestData()
86 if (jsHeaders != nullptr && !JSI::ValueIsUndefined(jsHeaders.get()) && JSI::ValueIsObject(jsHeaders.get())) { in JsObjectToRequestData()
150 if (JSI::ValueIsObject(body.get())) { in GetRequestBody()
192 if (!JSI::ValueIsObject(extraData.get())) { in ParseExtraData()
H A Dhttp_async_callback.cpp79 if (jsonObj != nullptr && !JSI::ValueIsUndefined(jsonObj.get()) && JSI::ValueIsObject(jsonObj.get())) { in ResponseDataToJsValue()
108 if (obj == nullptr || JSI::ValueIsUndefined(obj.get()) || !JSI::ValueIsObject(obj.get())) { in OnSuccess()
/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.cpp277 if (!JSI::ValueIsObject(object)) { in GetObjectPointer()
292 if (!JSI::ValueIsObject(object)) { in GetObjectNamedPointer()
297 if (JSI::ValueIsObject(funObj)) { in GetObjectNamedPointer()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp93 * @tc.expected: step1. ValueIsObject return true in JSIInterfaceTest001()
95 bool res = JSI::ValueIsObject(object); in JSIInterfaceTest001()
436 * @tc.steps: step2. call JSI ValueIsObject with obj in JSIInterfaceTest012()
438 bool res1 = JSI::ValueIsObject(obj); in JSIInterfaceTest012()
442 * @tc.steps: step3. call JSI ValueIsObject with undef in JSIInterfaceTest012()
444 bool res2 = JSI::ValueIsObject(undef); in JSIInterfaceTest012()
481 * @tc.steps: step2. call JSI ValueIsObject with obj in JSIInterfaceTest013()
994 * @tc.expected: step2. ValueIsObject return true in JSIInterfaceTest027()
996 bool res1 = JSI::ValueIsObject(object); in JSIInterfaceTest027()
1000 * @tc.steps: step3. call JSI ValueIsObject wit in JSIInterfaceTest027()
[all...]
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h253 static bool ValueIsObject(JSIValue value);
/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp69 if (!JSI::ValueIsObject(options)) { in GetPlayState()

Completed in 7 milliseconds