Home | History | Annotate | Download | only in custom

Lines Matching refs:Local

37 PassRefPtrWillBeRawPtr<DeviceMotionData::Acceleration> readAccelerationArgument(v8::Local<v8::Value> value, v8::Isolate* isolate)
43 v8::Local<v8::Object> object = value->ToObject();
45 v8::Local<v8::Value> xValue = object->Get(v8AtomicString(isolate, "x"));
51 v8::Local<v8::Value> yValue = object->Get(v8AtomicString(isolate, "y"));
57 v8::Local<v8::Value> zValue = object->Get(v8AtomicString(isolate, "z"));
69 PassRefPtrWillBeRawPtr<DeviceMotionData::RotationRate> readRotationRateArgument(v8::Local<v8::Value> value, v8::Isolate* isolate)
75 v8::Local<v8::Object> object = value->ToObject();
77 v8::Local<v8::Value> alphaValue = object->Get(v8AtomicString(isolate, "alpha"));
83 v8::Local<v8::Value> betaValue = object->Get(v8AtomicString(isolate, "beta"));
89 v8::Local<v8::Value> gammaValue = object->Get(v8AtomicString(isolate, "gamma"));