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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 8 * LocalFile constructor.
63 * Album constructor.
77 * Client constructor.
  /external/v8/src/
factory.cc 566 // constructor may not have been defined. Bail out.
588 Handle<Object> Factory::NewError(const char* constructor,
590 Handle<String> constr = LookupAsciiSymbol(constructor);
657 // Set function.prototype and give the prototype a constructor
791 Handle<JSObject> Factory::NewJSObject(Handle<JSFunction> constructor,
795 isolate()->heap()->AllocateJSObject(*constructor, pretenure), JSObject);
800 Handle<JSFunction> constructor) {
802 isolate()->heap()->AllocateGlobalObject(*constructor),
    [all...]
builtins.cc 195 JSFunction* constructor = local
198 { MaybeObject* maybe_obj = heap->AllocateJSObject(constructor);
1233 JSFunction* constructor = JSFunction::cast(obj->map()->constructor()); local
    [all...]
objects.cc 63 MUST_USE_RESULT static MaybeObject* CreateJSValue(JSFunction* constructor,
67 constructor->GetHeap()->AllocateJSObject(constructor);
474 Object* cons_obj = map()->constructor();
942 Object* constructor = map_of_this->constructor(); local
1240 JSFunction* constructor = JSFunction::cast(map()->constructor()); local
1250 JSFunction* constructor = JSFunction::cast(map()->constructor()); local
8026 JSFunction* constructor = JSFunction::cast(map()->constructor()); local
8036 JSFunction* constructor = JSFunction::cast(map()->constructor()); local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 41 * error. The FileError constructor has a named property for each possible
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 11 * @constructor
proxyview.js 14 * @constructor
resizableverticalsplitview.js 26 * @constructor
spdyview.js 9 * @constructor
testview.js 13 * @constructor
  /external/v8/test/mjsunit/
debug-constructor.js 45 // Test debug event for constructor.
undeletable-functions.js 106 CheckEcmaSemantics(Date.prototype, ["constructor"], "Date prototype constructor");
  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.cpp 168 bool JSValueIsInstanceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception)
175 JSObject* jsConstructor = toJS(constructor);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
shell.js 28 /* wrapper for test cas constructor that doesn't require the SECTION
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m 33 static void enableWebKitNightlyBehaviour() __attribute__ ((constructor));
  /frameworks/base/core/java/android/view/
MenuInflater.java 33 import java.lang.reflect.Constructor;
455 Constructor<?> constructor = clazz.getConstructor(constructorSignature); local
456 return (T) constructor.newInstance(arguments);
  /bionic/libc/arch-x86/bionic/
crtbegin_dynamic.S 50 # - address of the constructor list
crtbegin_static.S 50 # - address of the constructor list
  /external/e2fsprogs/lib/et/
error_message.c 66 static void COMERR_ATTR((constructor)) setup_et_lock(void)
  /external/iptables/include/
xtables.h 464 # define _init __attribute__((constructor)) _INIT
  /external/libnl-headers/
netlink-local.h 121 #define __init __attribute__ ((constructor))
  /external/v8/tools/
codemap.js 32 * @constructor
234 * @constructor
profile.js 33 * @constructor
382 * @constructor
418 * @constructor
455 * @constructor
480 * @constructor
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 274 static bool MyObject_hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception)
277 UNUSED_PARAM(constructor);
280 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), constructor, JSStringCreateWithUTF8CString("test script"), 1, exception);
358 static bool EvilExceptionObject_hasInstance(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception)
361 UNUSED_PARAM(constructor);
364 JSValueRef hasInstance = JSObjectGetProperty(context, constructor, hasInstanceName, exception);
369 JSValueRef result = JSObjectCallAsFunction(context, function, constructor, 1, &possibleValue, exception);
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 35 if (f_name_->Equals(cluster.constructor())) {
57 "function F() {} // A constructor\n"
73 i::String* constructor,
78 JSObjectsCluster o(constructor, reinterpret_cast<i::Object*>(instance));
319 const char* GetRetainers(const char* constructor) {
321 const size_t cons_len = strlen(constructor);
323 if (strncmp(constructor, lines_[i], cons_len) == 0 &&
    [all...]

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>