Home | History | Annotate | Download | only in cctest

Lines Matching refs:Value

37 void Signal(const v8::FunctionCallbackInfo<v8::Value>& args) {
42 void TerminateCurrentThread(const v8::FunctionCallbackInfo<v8::Value>& args) {
48 void Fail(const v8::FunctionCallbackInfo<v8::Value>& args) {
53 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) {
55 v8::MaybeLocal<v8::Value> result =
63 void DoLoop(const v8::FunctionCallbackInfo<v8::Value>& args) {
66 v8::MaybeLocal<v8::Value> result =
90 void DoLoopNoCall(const v8::FunctionCallbackInfo<v8::Value>& args) {
93 v8::MaybeLocal<v8::Value> result =
133 v8::MaybeLocal<v8::Value> result =
157 v8::MaybeLocal<v8::Value> result =
198 v8::MaybeLocal<v8::Value> result =
211 void TerminateOrReturnObject(const v8::FunctionCallbackInfo<v8::Value>& args) {
226 void LoopGetProperty(const v8::FunctionCallbackInfo<v8::Value>& args) {
229 v8::MaybeLocal<v8::Value> result =
270 v8::MaybeLocal<v8::Value> result =
284 void ReenterAfterTermination(const v8::FunctionCallbackInfo<v8::Value>& args) {
290 v8::MaybeLocal<v8::Value> result = CompileRun(script);
339 void DoLoopCancelTerminate(const v8::FunctionCallbackInfo<v8::Value>& args) {
342 v8::MaybeLocal<v8::Value> result =
372 // Check that execution completed with correct return value.
373 v8::Local<v8::Value> result =
382 void MicrotaskShouldNotRun(const v8::FunctionCallbackInfo<v8::Value>& info) {
387 void MicrotaskLoopForever(const v8::FunctionCallbackInfo<v8::Value>& info) {
494 v8::Local<v8::Value> error = v8::Exception::Error(v8_str("error"));
500 void InnerTryCallTerminate(const v8::FunctionCallbackInfo<v8::Value>& args) {
555 v8::Local<v8::Value> value =
559 CHECK(value->IsFunction());