Home
last modified time | relevance | path

Searched defs:null (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_class_key_is_literal.ts17 null: null property in A
20 ;null() {} method in A
Dtest_decorator_literal_null.ts18 null: null property in A
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp71 ArenaString null("null", allocator->Adapter()); in InstId() local
80 ArenaString null("null", allocator->Adapter()); in BBId() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp313 auto null = checker->GlobalETSNullType(); in InitializeGlobalBuiltinObjectType() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp79 ArenaString null("null", allocator->Adapter()); in InstId() local
88 ArenaString null("null", allocator->Adapter()); in BBId() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp38 Label null(env); in ToStringFunc() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp2224 Local<JSValueRef> null = JSValueRef::Null(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …=typeof Map;function o(){this._array=[],this._set=a?new Map:Object.create(null)}o.fromArray=functi… property