Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/scripts/
DgrammarTestScript.js31 const isSuccess = runTest(filePath);
32 if (isSuccess) {
40 const isSuccess = runTest(filePath);
41 if (isSuccess) {
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DobjectInstantiationFromUnionSpread.ts24 isSuccess: true;
28 isSuccess: false; property
DliteralTypeWidening.ts290 function isSuccess<T>(result: Result<T>): result is T { function
317 if (isSuccess(result)) {
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp251 MatchResult RegExpExecutor::GetResult(const JSThread *thread, bool isSuccess) const in GetResult()
256 result.isSuccess_ = isSuccess; in GetResult()
257 if (isSuccess) { in GetResult()
Dregexp_executor.h646 MatchResult GetResult(const JSThread *thread, bool isSuccess) const;
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp750 bool isSuccess = true; in SetProperty() local
764isSuccess = op->UpdateDataValue(JSHandle<JSObject>(receiver), value, isInternalAccessor, mayThrow); in SetProperty()
765 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, isSuccess); in SetProperty()
780 return isSuccess; in SetProperty()
2135 bool isSuccess = true; in CreateObjectFromProperties() local
2143 isSuccess = false; in CreateObjectFromProperties()
2148 if (isSuccess) { in CreateObjectFromProperties()