Home | History | Annotate | Download | only in cctest

Lines Matching full:value

38 using ::v8::Value;
49 static v8::Handle<Value> handle_property(Local<String> name,
70 static v8::Handle<Value> GetIntValue(Local<String> property,
73 int* value =
74 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
75 return v8_num(*value);
80 Local<Value> value,
83 static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
84 *field = value->Int32Value();
119 static v8::Handle<Value> XGetter(Local<String> name, const AccessorInfo& info) {
128 Local<Value> value,
132 x_register = value->Int32Value();
155 v8::Handle<Value> entry = array->Get(v8::Integer::New(i));
161 static v8::Handle<Value> AccessorProhibitsOverwritingGetter(
176 v8::Handle<Value>(),
181 Local<Value> value = CompileRun(
184 CHECK(value->BooleanValue());
185 value = CompileRun(
190 CHECK(!value->BooleanValue());
191 value = CompileRun(
196 CHECK(value->BooleanValue());
197 value = CompileRun(
204 CHECK(!value->BooleanValue());
209 static v8::Handle<Value> HandleAllocatingGetter(Local<String> name,
239 static v8::Handle<Value> CheckAccessorArgsCorrect(Local<String> name,
264 Local<Value> result = scr->Run();
270 static v8::Handle<Value> EmptyGetter(Local<String> name,
275 return v8::Handle<v8::Value>();
287 Local<Value> result = scr->Run();
305 Local<Value> result = scr->Run();
320 Local<Value> result = scr->Run();
327 static v8::Handle<Value> ThrowingGetAccessor(Local<String> name,
335 Local<Value> value,
337 v8::ThrowException(value);
347 Local<Value>());
354 v8::Handle<Value> result;
371 static v8::Handle<Value> AllocGetter(Local<String> name,
394 static v8::Handle<Value> StackCheck(Local<String> name,
427 static v8::Handle<Value> AllocateHandles(Local<String> name,
430 v8::Local<v8::Value>::New(name);
444 v8::Handle<v8::Value> result = Script::Compile(String::New(