Home
last modified time | relevance | path

Searched refs:ValueIsSymbol (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h449 static bool ValueIsSymbol(JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp404 * @tc.steps: step2. call JSI ValueIsSymbol with Symbol object in JSIInterfaceTest011()
406 bool res1 = JSI::ValueIsSymbol(symbol); in JSIInterfaceTest011()
410 * @tc.steps: step3. call JSI ValueIsSymbol with undef in JSIInterfaceTest011()
412 bool res2 = JSI::ValueIsSymbol(undef); in JSIInterfaceTest011()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp593 bool JSI::ValueIsSymbol(JSIValue value) in ValueIsSymbol() function in OHOS::ACELite::JSI
598 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:ValueIsSymbol has not been implemented in this js engine!"); in ValueIsSymbol()

Completed in 6 milliseconds