HomeSort by relevance Sort by last modified time
    Searched defs:FromVal (Results 1 - 3 of 3) sorted by null

  /external/v8/include/
v8-util.h 141 return Local<V>::New(isolate_, FromVal(Traits::Get(&impl_, key)));
167 reinterpret_cast<internal::Object**>(FromVal(Traits::Get(&impl_, key))));
223 return Local<V>::New(isolate, FromVal(value_));
307 static V* FromVal(PersistentContainerValue v) {
316 *reinterpret_cast<internal::Object**>(FromVal(value)));
340 p.val_ = FromVal(v);
446 return Local<V>::New(isolate_, FromVal(Traits::Get(&impl_, index)));
456 p.val_ = FromVal(Traits::Get(&impl_, i));
477 static V* FromVal(PersistentContainerValue v) {
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
ASTImporter.cpp     [all...]

Completed in 64 milliseconds