HomeSort by relevance Sort by last modified time
    Searched refs:fIsolate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.h 31 : fIsolate(isolate)
44 return Local<Context>::New(fIsolate, fContext);
48 return fIsolate;
74 Isolate* fIsolate;
Global.cpp 34 HandleScope handleScope(fIsolate);
122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn);
130 args.GetReturnValue().Set(Integer::New(gGlobal->fIsolate, id));
182 global->Set(v8::String::NewFromUtf8(fIsolate, "print"),
183 v8::FunctionTemplate::New(fIsolate, Global::Print));
184 global->Set(v8::String::NewFromUtf8(fIsolate, "setTimeout"),
185 v8::FunctionTemplate::New(fIsolate, Global::SetTimeout));
186 global->Set(v8::String::NewFromUtf8(fIsolate, "inval"),
187 v8::FunctionTemplate::New(fIsolate, Global::Inval));
190 return Context::New(fIsolate, NULL, global)
    [all...]

Completed in 43 milliseconds