Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp249 bool isProxy = field.GetClass()->IsProxy(); in GetFieldName() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4916 JSVM_Status OH_JSVM_IsProxy(JSVM_Env env, JSVM_Value value, bool* isProxy) in OH_JSVM_IsProxy()