Searched refs:isSuccess (Results 1 – 6 of 6) sorted by relevance
31 const isSuccess = runTest(filePath);32 if (isSuccess) {40 const isSuccess = runTest(filePath);41 if (isSuccess) {
24 isSuccess: true;28 isSuccess: false; property
290 function isSuccess<T>(result: Result<T>): result is T { function317 if (isSuccess(result)) {
251 MatchResult RegExpExecutor::GetResult(const JSThread *thread, bool isSuccess) const in GetResult()256 result.isSuccess_ = isSuccess; in GetResult()257 if (isSuccess) { in GetResult()
646 MatchResult GetResult(const JSThread *thread, bool isSuccess) const;
750 bool isSuccess = true; in SetProperty() local764 …isSuccess = 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() local2143 isSuccess = false; in CreateObjectFromProperties()2148 if (isSuccess) { in CreateObjectFromProperties()