Home
last modified time | relevance | path

Searched refs:builtinMethod (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp210 …JSTaggedValue builtinMethod = JSFunction::Cast(reinterpret_cast<TaggedObject *>(func))->GetMethod(… in CrashCallback() local
211 uint8_t builtinId = Method::Cast(builtinMethod.GetTaggedObject())->GetBuiltinId(); in CrashCallback()