HomeSort by relevance Sort by last modified time
    Searched refs:constructor (Results 351 - 375 of 386) sorted by null

<<111213141516

  /external/v8/src/
liveobjectlist.cc     [all...]
jsregexp.cc 66 Handle<Object> RegExpImpl::CreateRegExpLiteral(Handle<JSFunction> constructor,
73 return Execution::New(constructor, 2, argv, has_pending_exception);
    [all...]
jsregexp.h 54 static Handle<Object> CreateRegExpLiteral(Handle<JSFunction> constructor,
692 // Returns a clone of this node initialized using the copy constructor
    [all...]
objects.h     [all...]
parser.cc 462 // Parser's scope stack. The constructor sets the parser's top scope
    [all...]
  /external/v8/test/mjsunit/
regexp.js 256 // Test that we match the KJS behavior with regard to undefined constructor
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 1263 JSFunction* constructor = asFunction(callFrame->callee()); local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 15 * FileManager constructor.
748 * dialog type parameter passed to the constructor.
    [all...]
  /external/v8/include/
v8.h 181 * constructor allows you to pass handles as arguments by value and
324 * specified handle. This constructor allows you to pass persistent
838 * constructor via "new".
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
jquery-resizable.min.js     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 127 * @constructor
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 127 * @constructor
    [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 408 CONSTRUCTOR, IDENTIFIER_NODE
421 CONSTRUCTOR
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 409 CONSTRUCTOR, IDENTIFIER_NODE
422 CONSTRUCTOR
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h 409 CONSTRUCTOR, IDENTIFIER_NODE
422 CONSTRUCTOR
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 746 /// S() { } // User defined constructor makes S non-POD.
795 /// CXXConstructExpr - Represents a call to a C++ constructor.
806 CXXConstructorDecl *Constructor;
829 : Expr(SC, Empty), Constructor(0), NumArgs(0), Elidable(0),
836 : Expr(CXXConstructExprClass, Empty), Constructor(0),
850 CXXConstructorDecl* getConstructor() const { return Constructor; }
851 void setConstructor(CXXConstructorDecl *C) { Constructor = C; }
860 /// \brief Whether the referred constructor was resolved from
872 /// \brief Determines whether this constructor is actually constructing
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/v8/test/cctest/
test-api.cc 808 // Test constructor calls.
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 2533 milliseconds

<<111213141516