Home
last modified time | relevance | path

Searched refs:nullValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/istrue/
Distrue.ts25 var nullValue:null = null;
41 print(nullValue && 1);
/arkcompiler/ets_runtime/test/aottest/isfalse/
Disfalse.ts25 var nullValue:null = null;
41 print(nullValue || 1);
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3195 JSHandle<JSTaggedValue> nullValue = globalConst->GetHandledNull(); in CreateNullJSObject() local
3196 return OrdinaryNewJSObjectCreate(nullValue); in CreateNullJSObject()