Lines Matching refs:fGlobal
29 v8::EscapableHandleScope handleScope(fGlobal->getIsolate()); in wrap()
41 gContextTemplate.Reset(fGlobal->getIsolate(), localTemplate); in wrap()
44 v8::Local<v8::ObjectTemplate>::New(fGlobal->getIsolate(), gContextTemplate); in wrap()
51 v8::Handle<v8::External> contextPtr = v8::External::New(fGlobal->getIsolate(), this); in wrap()
68 v8::HandleScope handleScope(fGlobal->getIsolate()); in onDraw()
71 v8::Local<v8::Context> context = fGlobal->getContext(); in onDraw()
87 v8::Local<v8::Function>::New(fGlobal->getIsolate(), fOnDraw); in onDraw()
94 fGlobal->reportException(&tryCatch); in onDraw()
111 v8::HandleScope handleScope(fGlobal->getIsolate()); in initialize()
114 v8::Local<v8::Context> context = fGlobal->getContext(); in initialize()
122 fGlobal->getIsolate(), "onDraw"); in initialize()
135 fOnDraw.Reset(fGlobal->getIsolate(), fn_fun); in initialize()