Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 25 of 107) sorted by relevance

12345

/external/v8/test/mjsunit/es6/
Dclasses-proxy.js12 var prototype = { x: 1 }; variable
28 var prototype = { x: 1 }; variable
44 var prototype = { x: 1 }; variable
60 var prototype = { x: 1 }; variable
Dcomputed-property-names-classes.js313 static ['prototype']() { method in TestPrototype.anonymousFunction3da86a8e0200.C
321 static get ['prototype']() { getter in TestPrototype.anonymousFunction3da86a8e0300.C2
329 static set ['prototype'](x) { setter in TestPrototype.anonymousFunction3da86a8e0400.C3
337 static *['prototype']() { generator in TestPrototype.anonymousFunction3da86a8e0500.C4
Dproxies-set-prototype-of.js16 var prototype = [1]; variable
/external/ltrace/
Dprototype.h31 struct prototype { struct
39 /* Initialize a prototype PROTO. The name will be NAME, and the argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DProtoIdItem.java32 private final Prototype prototype; field in ProtoIdItem
48 public ProtoIdItem(Prototype prototype) { in ProtoIdItem()
67 private static CstString makeShortForm(Prototype prototype) { in makeShortForm()
DProtoIdsSection.java90 public ProtoIdItem intern(Prototype prototype) { in intern()
114 public int indexOf(Prototype prototype) { in indexOf()
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java47 RootBeanDefinition prototype in testBindFromSpring() local
78 RootBeanDefinition prototype in testBindAll() local
/external/webrtc/webrtc/common_audio/
Dswap_queue.h94 SwapQueue(size_t size, const T& prototype) : queue_(size, prototype) { in SwapQueue()
100 const T& prototype, in SwapQueue()
/external/v8/src/ic/
Dcall-optimization.cc39 Handle<JSObject> prototype(JSObject::cast(object_map->prototype())); in LookupHolderOfExpectedType() local
78 Object* prototype = object->map()->prototype(); in IsCompatibleReceiverMap() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java67 private final RungeKuttaStepInterpolator prototype; field in RungeKuttaIntegrator
84 final RungeKuttaStepInterpolator prototype, in RungeKuttaIntegrator()
DEmbeddedRungeKuttaIntegrator.java81 private final RungeKuttaStepInterpolator prototype; field in EmbeddedRungeKuttaIntegrator
111 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
149 final RungeKuttaStepInterpolator prototype, in EmbeddedRungeKuttaIntegrator()
/external/v8/test/mjsunit/regress/
Dregress-crbug-577112.js8 var prototype = Array.prototype; variable
Dregress-crbug-571064.js9 var prototype = Array.prototype; variable
Dregress-2596.js37 var prototype = [2.5, 2.5]; variable
/external/v8/test/mjsunit/
Dstack-traces-overflow.js75 function testErrorPrototype(prototype) { argument
Dvalue-wrapper-accessor.js33 function test(object, prototype) { argument
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstBaseMethodRef.java32 private final Prototype prototype; field in CstBaseMethodRef
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h302 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
308 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()
312 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
316 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
/external/dexmaker/src/main/java/com/google/dexmaker/
DMethodId.java96 Prototype prototype(boolean includeThis) { in prototype() method in MethodId
/external/protobuf/src/google/protobuf/
Dmessage.cc285 const Message* prototype) { in RegisterType()
352 const Descriptor* descriptor, const Message* prototype) { in InternalRegisterGeneratedMessage()
/external/v8/src/
Dprototype.h114 Object* prototype = map->prototype(); in AdvanceIgnoringProxies() local
Dbootstrapper.cc400 Handle<JSObject> prototype; in CreateFunction() local
535 Handle<AccessorInfo> prototype = in SetFunctionInstanceDescriptor() local
686 Handle<AccessorInfo> prototype = in SetStrictFunctionInstanceDescriptor() local
1014 Handle<JSObject> prototype = in CreateNewGlobals() local
1205 Handle<JSFunction> prototype = empty_function; in InitializeGlobal() local
1327 Handle<JSValue> prototype = in InitializeGlobal() local
1379 Handle<JSValue> prototype = in InitializeGlobal() local
1403 Handle<JSObject> prototype = in InitializeGlobal() local
1421 Handle<JSObject> prototype = in InitializeGlobal() local
1737 Handle<JSObject> prototype = in InitializeGlobal() local
[all …]
Dcompilation-dependencies.cc128 Handle<Map> map, MaybeHandle<JSReceiver> prototype) { in AssumePrototypeMapsStable()
/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java64 ParameterizedField prototype = getPrototype(typeName); in newInstance() local
/external/v8/src/runtime/
Druntime-forin.cc65 Handle<Object> prototype; in HasEnumerableProperty() local

12345