Lines Matching defs:error
554 Local<Value> error;
560 &error);
563 CHECK(!error.IsEmpty());
564 isolate->ThrowException(error);
595 if (result.error) {
610 Local<Value> error;
612 StringBytes::Encode(env->isolate(), data, length, UTF8, &error);
616 CHECK(!error.IsEmpty());
617 env->isolate()->ThrowException(error);
680 // OOB Check. Throw the error in JS.