Searched defs:box (Results 1 – 11 of 11) sorted by relevance
28 declare function box<T>(value: T): Box<T>; function
29 function box<T>(x: T): Box<T> { function
56 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyString() local83 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyNumber() local
27 let box: Box = {height: 5, width: 6, scale: 10}; variable
33 let box:Box2 = {key:'height'}; variable
160 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local207 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss() local
194 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local214 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
2614 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
709 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord() local1332 PropertyBox *box = dict->GetBox(entry); in RuntimeTryUpdateGlobalRecord() local
2222 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local
111950 box: function(t) { method