Home
last modified time | relevance | path

Searched refs:ENABLE_JERRY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp30 #if (ENABLE_JERRY == 1) in GetGlobalObject()
40 #if (ENABLE_JERRY == 1) in CreateObject()
54 #if (ENABLE_JERRY == 1) in SetProperty()
71 #if (ENABLE_JERRY == 1) in SetNamedProperty()
124 #if (ENABLE_JERRY == 1)
169 #if (ENABLE_JERRY == 1) in CreateFunction()
185 #if (ENABLE_JERRY == 1) in CreateString()
198 #if (ENABLE_JERRY == 1) in CreateStringWithBufferSize()
208 #if (ENABLE_JERRY == 1) in CreateUndefined()
218 #if (ENABLE_JERRY == 1) in ValueIsFunction()
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/internal/
H A Djsi_config.h30 #ifndef ENABLE_JERRY
31 #define ENABLE_JERRY 1 macro
H A Djsi_internal.h20 #if (ENABLE_JERRY == 1)
27 #if (ENABLE_JERRY == 1)
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Djs_config.h84 #ifndef ENABLE_JERRY
85 #define ENABLE_JERRY 1 macro