Searched defs:isNullOrUndefined (Results 1 – 2 of 2) sorted by relevance
4622 …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()
2529 Label isNullOrUndefined(&builder_); in LowerObjectConstructor() local