Home
last modified time | relevance | path

Searched defs:isProxy (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp252 bool isProxy = field.GetClass()->IsProxy(); in GetFieldName() local
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp795 bool isProxy = false; variable
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp5290 JSVM_Status OH_JSVM_IsProxy(JSVM_Env env, JSVM_Value value, bool* isProxy) in OH_JSVM_IsProxy()