Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_tagged_value.cpp894 bool JSTaggedValue::GetContainerProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetContainerProperty() function in panda::ecmascript::JSTaggedValue
/ark/js_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h1354 JSTaggedValue FastRuntimeStub::GetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint3… in GetContainerProperty() function
/ark/js_runtime/ecmascript/compiler/
Dstub.cpp2934 GateRef Stub::GetContainerProperty(GateRef glue, GateRef receiver, GateRef index, GateRef jsType) in GetContainerProperty() function in panda::ecmascript::kungfu::Stub