Lines Matching refs:status
29 #define CHECK_MAYBE_NOTHING(env, maybe, status) \
30 RETURN_STATUS_IF_FALSE((env), !((maybe).IsNothing()), (status))
32 #define CHECK_MAYBE_NOTHING_WITH_PREAMBLE(env, maybe, status) \
33 RETURN_STATUS_IF_FALSE_WITH_PREAMBLE((env), !((maybe).IsNothing()), (status))
286 JSVM_Status status;
288 status = create_api(env, str, length, result);
289 if (status == JSVM_OK) {
299 status = NewString(env, str, length, result, string_maker);
300 if (status == JSVM_OK && copied != nullptr) {
304 return status;
1342 // Due to reference may be free in InvokeFinalizerFromGC, the status of
4159 JSVM_Status status = JSVM_GENERIC_FAILURE;
4163 CHECK_MAYBE_NOTHING(env, maybe_result, status);
5297 // To avoid the status code caused by exception being override, check exception once v8 API finished
5327 // To avoid the status code caused by exception being override, check exception once v8 API finished
5365 // To avoid the status code caused by exception being override, check exception once v8 API finished