HomeSort by relevance Sort by last modified time
    Searched refs:Persistent (Results 1 - 25 of 36) 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
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
gpio.hpp 171 m_v8isr = v8::Persistent<v8::Function>::New(func);
289 v8::Persistent<v8::Function> m_v8isr;
  /external/v8/test/cctest/
test-js-arm64-variables.cc 54 using ::v8::Persistent;
test-weakmaps.cc 57 std::pair<v8::Persistent<v8::Value>*, int>* p =
58 reinterpret_cast<std::pair<v8::Persistent<v8::Value>*, int>*>(
test-weaksets.cc 60 std::pair<v8::Persistent<v8::Value>*, int>* p =
61 reinterpret_cast<std::pair<v8::Persistent<v8::Value>*, int>*>(
test-lockers.cc 50 using ::v8::Persistent;
94 Persistent<v8::Context> context_;
339 Persistent<v8::Context> context_;
563 v8::Persistent<v8::Context> context_;
623 v8::Persistent<v8::Context> context_;
test-javascript-arm64.cc 52 using ::v8::Persistent;
test-thread-termination.cc 281 v8::Persistent<v8::String> reenter_script_1;
282 v8::Persistent<v8::String> reenter_script_2;
test-api.cc 73 using ::v8::Persistent;
    [all...]
cctest.h 319 v8::Persistent<v8::Context> context_;
  /external/v8/include/
v8.h 118 class Persistent;
202 * There are two types of handles: local and persistent handles.
204 * local operations. They are managed by HandleScopes. Persistent
280 const Persistent<S>& that) const {
311 template<class F, class M> friend class Persistent;
488 * A persistent handle contains a reference to a storage cell within
644 template<class F1, class F2> friend class Persistent;
664 * Default traits for Persistent. This class does not allow
672 typedef Persistent<T, NonCopyablePersistentTraits<T> > NonCopyablePersistent;
675 V8_INLINE static void Copy(const Persistent<S, M>& source
    [all...]
v8-util.h 13 * Support for Persistent containers.
79 * a std:map backing map from StdMapTraits and holds non-weak persistent
202 const Persistent<Object>& parent) {
301 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) {
302 V* v = persistent->val_;
303 persistent->val_ = 0;
307 static PersistentContainerValue Leak(Global<V>* persistent) {
308 return reinterpret_cast<PersistentContainerValue>(persistent->val_);
367 Global<V> persistent(this->isolate(), value);
368 return SetUnique(key, &persistent);
    [all...]
  /external/v8/test/cctest/heap/
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 580 std::pair<v8::Persistent<v8::Value>*, int>* p =
581 reinterpret_cast<std::pair<v8::Persistent<v8::Value>*, int>*>(
    [all...]
  /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 709 v8::Persistent<v8::External> v8_this_;
710 v8::Persistent<v8::Context> v8_context_;
  /external/clang/tools/libclang/
Indexing.cpp 601 bool Persistent = requestedToGetTU;
634 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(),
    [all...]
  /external/nanohttpd/
README.md 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /external/nanohttpd/src/site/markdown/
index.md 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
  /external/v8/src/
api.h 290 const v8::Persistent<T>& persistent) {
292 reinterpret_cast<v8::internal::Object**>(persistent.val_));
297 v8::Persistent<T>* persistent) {
298 return OpenPersistent(*persistent);
  /external/clang/include/clang/Frontend/
ASTUnit.h 770 /// \param Persistent - if true the returned ASTUnit will be complete.
785 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
    [all...]

Completed in 404 milliseconds

1 2