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

  /external/skia/experimental/SkV8Example/
Global.h 30 : fIsolate(isolate)
43 return v8::Local<v8::Context>::New(fIsolate, fContext);
47 return fIsolate;
73 v8::Isolate* fIsolate;
Global.cpp 34 v8::HandleScope handleScope(fIsolate);
122 gGlobal->fTimeouts[id].Reset(gGlobal->fIsolate, timeoutFn);
130 args.GetReturnValue().Set(v8::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 v8::Context::New(fIsolate, NULL, global)
    [all...]

Completed in 246 milliseconds