Lines Matching defs:vp1
2239 void *vp1 = static_cast<void *>(new std::string("test1"));
2240 Local<JSValueRef> tag = NativePointerRef::New(vm_, vp1);
2254 void *vp1 = static_cast<void *>(new int(123)); // 123 = random number
2255 Local<JSValueRef> tag = NativePointerRef::New(vm_, vp1);
2269 void *vp1 = static_cast<void *>(new double(123.456)); // 123.456 = random number
2270 Local<JSValueRef> tag = NativePointerRef::New(vm_, vp1);
2284 void *vp1 = static_cast<void *>(new char('a'));
2285 Local<JSValueRef> tag = NativePointerRef::New(vm_, vp1);
2299 void *vp1 = static_cast<void *>(new long(123456)); // 123456 = random number
2300 Local<JSValueRef> tag = NativePointerRef::New(vm_, vp1);
5411 void *vp1 = static_cast<void *>(new std::string("test"));
5415 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2);
5427 void *vp1 = static_cast<void *>(new std::string("test"));
5429 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2);