Lines Matching refs:code

129     // The experimental code calls finalizers immediately to release native
130 // objects as soon as possible. In that state any code that may affect GC
131 // state causes a fatal error. To work around this issue the finalizer code
1230 // If the RefBase is not Ownership::kRuntime, userland code should delete it.
2266 // This code is similar to that in OH_JSVM_DefineProperties(); the
3102 JSVM_Value code,
3104 if ((code != nullptr) || (code_cstring != nullptr)) {
3108 v8::Local<v8::Value> code_value = v8impl::V8LocalValueFromJsValue(code);
3109 if (code != nullptr) {
3110 code_value = v8impl::V8LocalValueFromJsValue(code);
3117 CHECK_NEW_FROM_UTF8(env, code_key, "code");
3127 JSVM_Value code,
3139 STATUS_CALL(set_error_code(env, error_obj, code, nullptr));
3147 JSVM_Value code,
3159 STATUS_CALL(set_error_code(env, error_obj, code, nullptr));
3167 JSVM_Value code,
3179 STATUS_CALL(set_error_code(env, error_obj, code, nullptr));
3187 JSVM_Value code,
3199 STATUS_CALL(set_error_code(env, error_obj, code, nullptr));
3371 const char* code,
3380 STATUS_CALL(set_error_code(env, error_obj, nullptr, code));
3389 const char* code,
3398 STATUS_CALL(set_error_code(env, error_obj, nullptr, code));
3407 const char* code,
3416 STATUS_CALL(set_error_code(env, error_obj, nullptr, code));
3425 const char* code,
3434 STATUS_CALL(set_error_code(env, error_obj, nullptr, code));
3716 // number of 2-byte code units (excluding the null terminator) copied into buf.
3721 // code units) via the result parameter.
4784 // This code is similar to that in OH_JSVM_DefineProperties(); the
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