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

  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p5.cpp 38 T As() {
52 template float Foo::As();
  /external/v8/include/
v8.h 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
163 * behind the scenes and the same rules apply to these values as to
181 * constructor allows you to pass handles as arguments by value and
186 * Handle<String> to a variable declared as Handle<Value>, is legal
246 template <class S> inline Handle<S> As() {
284 template <class S> inline Local<S> As() {
298 * a Local handle only lives as long as the HandleScope in which it was
309 * persistent handle as an argument to a function you will not get two
323 * Creates a persistent handle for the same storage cell as th
    [all...]

Completed in 56 milliseconds