HomeSort by relevance Sort by last modified time
    Searched refs:Persistent (Results 1 - 25 of 37) sorted by null

1 2

  /external/skia/experimental/SkV8Example/
Path2D.h 30 v8::Persistent<v8::Object>& persistent() { function in class:Path2D
40 v8::Persistent<v8::Object> handle_;
48 static v8::Persistent<v8::ObjectTemplate> gPath2DTemplate;
JsContext.h 51 v8::Persistent<v8::Function> fOnDraw;
55 static v8::Persistent<v8::ObjectTemplate> gContextTemplate;
Global.h 23 typedef v8::Persistent<v8::Function, v8::CopyablePersistentTraits<v8::Function> > CopyablePersistentFn;
72 v8::Persistent<v8::Context> fContext;
Path2D.cpp 14 v8::Persistent<v8::ObjectTemplate> Path2D::gPath2DTemplate;
44 // Make a weak persistent and set up the callback so we can delete the path pointer.
46 v8::Persistent<v8::Object> weak(gGlobal->getIsolate(), result);
JsContext.cpp 24 v8::Persistent<v8::ObjectTemplate> JsContext::gContextTemplate;
133 // Store the function in a Persistent handle, since we also want that to
  /external/v8/test/cctest/
test-js-arm64-variables.cc 56 using ::v8::Persistent;
test-weakmaps.cc 71 std::pair<v8::Persistent<v8::Value>*, int>* p =
72 reinterpret_cast<std::pair<v8::Persistent<v8::Value>*, int>*>(
test-weaksets.cc 71 std::pair<v8::Persistent<v8::Value>*, int>* p =
72 reinterpret_cast<std::pair<v8::Persistent<v8::Value>*, int>*>(
test-lockers.cc 51 using ::v8::Persistent;
95 Persistent<v8::Context> context_;
365 Persistent<v8::Context> context_;
576 v8::Persistent<v8::Context> context_;
634 v8::Persistent<v8::Context> context_;
test-javascript-arm64.cc 54 using ::v8::Persistent;
test-mark-compact.cc 241 std::pair<v8::Persistent<v8::Value>*, int>* p =
242 reinterpret_cast<std::pair<v8::Persistent<v8::Value>*, int>*>(
test-heap.cc 375 std::pair<v8::Persistent<v8::Value>*, int>* p =
376 reinterpret_cast<std::pair<v8::Persistent<v8::Value>*, int>*>(
    [all...]
test-declarative-accessors.cc 48 v8::Persistent<v8::Value> handles_[kArraySize];
  /external/v8/include/
v8.h 107 class M = NonCopyablePersistentTraits<T> > class Persistent;
185 * There are two types of handles: local and persistent handles.
187 * local operations. They are managed by HandleScopes. Persistent
273 const Persistent<S>& that) const {
300 template<class F, class M> friend class Persistent;
378 template<class F, class M> friend class Persistent;
441 * A persistent handle contains a reference to a storage cell within
563 template<class F1, class F2> friend class Persistent;
581 * Default traits for Persistent. This class does not allow
589 typedef Persistent<T, NonCopyablePersistentTraits<T> > NonCopyablePersistent
    [all...]
v8-util.h 13 * Support for Persistent containers.
76 * a std:map backing map from StdMapTraits and holds non-weak persistent
164 const Persistent<Object>& parent) {
176 UniquePersistent<V> persistent(isolate_, value);
177 return SetUnique(key, &persistent);
284 UniquePersistent<V> SetUnique(const K& key, UniquePersistent<V>* persistent) {
286 Local<V> value(Local<V>::New(isolate_, *persistent));
287 persistent->template SetWeak<typename Traits::WeakCallbackDataType>(
291 Traits::Set(&impl_, key, ClearAndLeak(persistent));
322 UniquePersistent<V>* persistent) {
    [all...]
  /external/v8/samples/
process.cc 136 Persistent<Context> context_;
137 Persistent<Function> process_;
138 static Persistent<ObjectTemplate> request_template_;
139 static Persistent<ObjectTemplate> map_template_;
170 // affect each other. Context::New returns a persistent handle which
172 // this method. That persistent handle has to be disposed in the
201 // Store the function in a Persistent handle, since we also want
296 // Dispose the persistent handles. When noone else has any
304 Persistent<ObjectTemplate> JsHttpRequestProcessor::request_template_;
305 Persistent<ObjectTemplate> JsHttpRequestProcessor::map_template_
    [all...]
lineprocessor.cc 92 v8::Persistent<v8::Context> debug_message_context;
  /external/v8/src/
d8-readline.cc 121 static Persistent<Array> current_completions;
d8.h 368 static Persistent<Context> evaluation_context_;
370 static Persistent<Context> utility_context_;
406 Persistent<Object>* object,
d8.cc 107 Persistent<Context>* realms_;
108 Persistent<Value> realm_shared_;
154 Persistent<Context> Shell::utility_context_;
157 Persistent<Context> Shell::evaluation_context_;
290 data_->realms_ = new Persistent<Context>[1];
389 Persistent<Context>* old_realms = data->realms_;
391 data->realms_ = new Persistent<Context>[++data->realm_count_];
    [all...]
mksnapshot.cc 340 Persistent<Context> context;
  /external/nanohttpd/
README.md 24 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h     [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 697 v8::Persistent<v8::External> v8_this_;
698 v8::Persistent<v8::Context> v8_context_;
  /external/clang/tools/libclang/
Indexing.cpp 624 bool Persistent = requestedToGetTU;
650 Persistent,
    [all...]

Completed in 2160 milliseconds

1 2