Home
last modified time | relevance | path

Searched defs:SetSourceMapTranslateCallback (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h180 void SetSourceMapTranslateCallback(SourceMapTranslateCallback cb) in SetSourceMapTranslateCallback() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h291 void SetSourceMapTranslateCallback(SourceMapTranslateCallback cb) in SetSourceMapTranslateCallback() function
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md1520 ### SetSourceMapTranslateCallback subsection
Djsnapi_expo.cpp2715 void JSNApi::SetSourceMapTranslateCallback(EcmaVM *vm, SourceMapTranslateCallback callback) in SetSourceMapTranslateCallback() function in panda::JSNApi