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
166 * behind the scenes and the same rules apply to these values as to
183 * constructor allows you to pass handles as arguments by value and
188 * Handle<String> to a variable declared as Handle<Value>, is legal
248 template <class S> inline Handle<S> As() {
286 template <class S> inline Local<S> As() {
300 * a Local handle only lives as long as the HandleScope in which it was
311 * persistent handle as an argument to a function you will not get two
324 * Creates a persistent handle for the same storage cell as th
    [all...]

Completed in 147 milliseconds