Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2115 JSTaggedValue BufferRef::BufferToStringCallback(ecmascript::EcmaRuntimeCallInfo *ecmaRuntimeCallInf… in BufferToStringCallback() function in panda::BufferRef
2157 factory->NewJSFunction(env, reinterpret_cast<void *>(BufferRef::BufferToStringCallback)); in New()
2181 factory->NewJSFunction(env, reinterpret_cast<void *>(BufferRef::BufferToStringCallback)); in New()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h807 …static ecmascript::JSTaggedValue BufferToStringCallback(ecmascript::EcmaRuntimeCallInfo *ecmaRunti…