Home | History | Annotate | Download | only in cctest

Lines Matching refs:Value

38 using ::v8::Value;
48 const v8::PropertyCallbackInfo<v8::Value>& info) {
54 const v8::PropertyCallbackInfo<v8::Value>& info) {
60 static void handle_property(const v8::FunctionCallbackInfo<v8::Value>& info) {
121 const v8::PropertyCallbackInfo<v8::Value>& info) {
123 int* value =
124 static_cast<int*>(v8::Local<v8::External>::Cast(info.Data())->Value());
125 info.GetReturnValue().Set(v8_num(*value));
130 Local<Value> value,
133 static_cast<int*>(v8::Local<v8::External>::Cast(info.Data())->Value());
134 *field = value->Int32Value(info.GetIsolate()->GetCurrentContext()).FromJust();
178 const v8::PropertyCallbackInfo<v8::Value>& info) {
185 static void XGetter(const v8::FunctionCallbackInfo<v8::Value>& info) {
194 static void XSetter(Local<Value> value, const Info& info, int offset) {
202 value->Int32Value(info.GetIsolate()->GetCurrentContext()).FromJust();
208 Local<Value> value,
210 XSetter(value, info, 0);
214 static void XSetter(const v8::FunctionCallbackInfo<v8::Value>& info) {
256 v8::Local<Value> entry =
269 const v8::PropertyCallbackInfo<v8::Value>& info) {
310 const v8::PropertyCallbackInfo<v8::Value>& info) {
346 Local<Value> result = scr->Run(context.local()).ToLocalChecked();
353 const v8::PropertyCallbackInfo<v8::Value>& info) {
357 info.GetReturnValue().Set(v8::Local<v8::Value>());
374 Local<Value> result = scr->Run(context.local()).ToLocalChecked();
397 Local<Value> result = scr->Run(context.local()).ToLocalChecked();
414 Local<Value> result = scr->Run(context.local()).ToLocalChecked();
423 const v8::PropertyCallbackInfo<v8::Value>& info) {
430 Local<Value> value,
432 info.GetIsolate()->ThrowException(value);
444 Local<Value>());
453 v8::Local<Value> result;
478 const v8::PropertyCallbackInfo<v8::Value>& info) {
507 const v8::PropertyCallbackInfo<v8::Value>& info) {
546 const v8::PropertyCallbackInfo<v8::Value>& info) {
548 v8::Local<v8::Value>::New(info.GetIsolate(), name);
566 v8::Local<v8::Value> result =
587 const v8::PropertyCallbackInfo<v8::Value>& info) {
614 static void check_contexts(const v8::FunctionCallbackInfo<v8::Value>& info) {
658 const v8::PropertyCallbackInfo<v8::Value>& info) {
664 const v8::PropertyCallbackInfo<v8::Value>& info) {