Home
last modified time | relevance | path

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

/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4622 …E_INLINE JSVM_Status IsNullOrUndefinedImpl(JSVM_Env env, JSVM_Value value, bool* isNullOrUndefined) in IsNullOrUndefinedImpl()
4630 JSVM_Status OH_JSVM_IsNullOrUndefined(JSVM_Env env, JSVM_Value value, bool* isNullOrUndefined) in OH_JSVM_IsNullOrUndefined()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2529 Label isNullOrUndefined(&builder_); in LowerObjectConstructor() local