Home | History | Annotate | Download | only in cctest

Lines Matching refs:Local

51 using ::v8::Local;
65 static void ExpectInt32(int32_t expected, Local<Value> result) {
75 Local<Value> result = CompileRun(
87 Local<Value> result = CompileRun(
98 Local<Value> result = CompileRun(
105 // Context-allocated locals. Local function forces x into f3's context.
109 Local<Value> result = CompileRun(
119 // Local function reads x from an outer context.
123 Local<Value> result = CompileRun(
133 // Local function reads x from an outer context.
137 Local<Value> result = CompileRun(