Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h95 static void SetOverLimit(EcmaVM *vm, bool state);
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp321 void DFXJSNApi::SetOverLimit(EcmaVM *vm, bool state) in SetOverLimit() function in panda::DFXJSNApi
323 vm->SetOverLimit(state); in SetOverLimit()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h589 void SetOverLimit(bool state) in SetOverLimit() function