Home
last modified time | relevance | path

Searched defs:MatchFieldType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp649 bool ClassHelper::MatchFieldType(SharedFieldType fieldType, JSTaggedValue value) in MatchFieldType() function in panda::ecmascript::ClassHelper
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2379 inline void StubBuilder::MatchFieldType(Variable *result, GateRef glue, GateRef fieldType, GateRef … in MatchFieldType() function
Dstub_builder.cpp148 void StubBuilder::MatchFieldType(GateRef fieldType, GateRef value, Label *executeSetProp, Label *ty… in MatchFieldType() function in panda::ecmascript::kungfu::StubBuilder