Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h157 bool WriteBigInt(const JSHandle<JSTaggedValue> &value);
Djs_serializer.cpp347 return WriteBigInt(value); in WriteTaggedObject()
356 bool JSSerializer::WriteBigInt(const JSHandle<JSTaggedValue> &value) in WriteBigInt() function in panda::ecmascript::JSSerializer