Home
last modified time | relevance | path

Searched refs:TaggedIsRegularObject (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h267 GateRef TaggedIsRegularObject(GateRef x);
H A Dstub_builder-inl.h726 inline GateRef StubBuilder::TaggedIsRegularObject(GateRef x) in TaggedIsRegularObject() function in panda::ecmascript::kungfu::StubBuilder
H A Dstub_builder.cpp7983 BRANCH(TaggedIsRegularObject(obj), &regularJSObjDeletePrototype, &notRegularJSObject); in DeleteProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp657 BRANCH(TaggedIsRegularObject(thisValue), &valid, slowPath); in HasOwnProperty()

Completed in 31 milliseconds