Home
last modified time | relevance | path

Searched defs:box (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcontextuallyTypedBooleanLiterals.ts28 declare function box<T>(value: T): Box<T>; function
DisomorphicMappedTypeInference.ts29 function box<T>(x: T): Box<T> { function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h56 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyString() local
83 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyNumber() local
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_merge.ts27 let box: Box = {height: 5, width: 6, scale: 10}; variable
Dinterface_keyof.ts33 let box:Box2 = {key:'height'}; variable
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp160 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local
207 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/
Dglobal_dictionary-inl.h194 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local
214 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
Dobject_factory.cpp2614 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h709 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord() local
1332 PropertyBox *box = dict->GetBox(entry); in RuntimeTryUpdateGlobalRecord() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2222 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js111950 box: function(t) { method