Home
last modified time | relevance | path

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

/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp2730 …us SetErrorCode(JSVM_Env env, v8::Local<v8::Value> error, JSVM_Value code, const char* codeCstring) in SetErrorCode() argument
2732 if ((code != nullptr) || (codeCstring != nullptr)) { in SetErrorCode()
2741 CHECK_NEW_FROM_UTF8(env, codeValue, codeCstring); in SetErrorCode()