Home
last modified time | relevance | path

Searched defs:prototype (Results 51 - 75 of 96) sorted by relevance

1234

/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc651 Handle<JSObject> prototype = ContextProxyPrototype::Create(isolate); in Create() local
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc248 TNode<HeapObject> prototype = LoadMapPrototype(map); in BranchIfPrototypesMayHaveReadOnlyElements() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc761 v8::Local<v8::Value> prototype; in queryObjectsCallback() local
H A Dv8-debugger.cc42 MatchPrototypePredicate(V8InspectorImpl* inspector, v8::Local<v8::Context> context, v8::Local<v8::Object> prototype) MatchPrototypePredicate() argument
797 queryObjects(v8::Local<v8::Context> context, v8::Local<v8::Object> prototype) queryObjects() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking.cc397 Object prototype = map.prototype(); in RetainMaps() local
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc640 HeapObject prototype = receiver->map().prototype(); in TryPrototypeInfoCache() local
[all...]
H A Djs-function.cc706 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype) SetInitialMap() argument
711 SetInitialMap(Isolate* isolate, Handle<JSFunction> function, Handle<Map> map, Handle<HeapObject> prototype, Handle<JSFunction> constructor) SetInitialMap() argument
762 Handle<HeapObject> prototype; EnsureHasInitialMap() local
991 Handle<Object> prototype; GetDerivedMap() local
[all...]
H A Dmap.cc846 GetObjectCreateMap(Isolate* isolate, Handle<HeapObject> prototype) GetObjectCreateMap() argument
2086 HeapObject prototype = this->prototype(); Hash() local
2199 GetOrCreatePrototypeInfo(Handle<JSObject> prototype, Isolate* isolate) GetOrCreatePrototypeInfo() argument
2248 Handle<JSObject> prototype = Handle<JSObject>::cast(maybe_prototype); GetOrCreatePrototypeChainValidityCell() local
2281 SetPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype, bool enable_prototype_setup_mode) SetPrototype() argument
2304 TransitionToPrototype(Isolate* isolate, Handle<Map> map, Handle<HeapObject> prototype) TransitionToPrototype() argument
[all...]
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc310 std::unique_ptr<Message> prototype; in NewTestMessage() local
433 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); in ExpectParseFailureForProtoWithProtoVersion() local
478 TestAllTypesProto3 prototype; in RunValidJsonTest() local
504 TestAllTypesProto3 prototype; in RunValidJsonIgnoreUnknownTest() local
516 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); RunValidProtobufTest() local
544 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); RunValidBinaryProtobufTest() local
567 std::unique_ptr<Message> prototype = NewTestMessage(is_proto3); RunValidJsonTestWithValidator() local
609 TestAllTypesProto3 prototype; ExpectParseFailureForJson() local
638 TestAllTypesProto3 prototype; ExpectSerializeFailureForJson() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.cpp873 TIntermFunctionPrototype *prototype = node->getFunctionPrototype(); in visitFunctionDefinition() local
H A DIntermNode.h761 TIntermFunctionDefinition(TIntermFunctionPrototype *prototype, TIntermBlock *body) in TIntermFunctionDefinition() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtransreg.cpp460 Transliterator* prototype; // For PROTOTYPE member
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h118 const MessageLite* prototype; member
[all...]
H A Darena_unittest.cc1148 const MessageLite* prototype = &TestAllTypes::default_instance(); in TEST() local
H A Dextension_set.cc172 RegisterMessageExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed, const MessageLite* prototype) RegisterMessageExtension() argument
593 MutableMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) MutableMessage() argument
694 ReleaseMessage(int number, const MessageLite& prototype) ReleaseMessage() argument
723 UnsafeArenaReleaseMessage( int number, const MessageLite& prototype) UnsafeArenaReleaseMessage() argument
764 AddMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) AddMessage() argument
[all...]
H A Dgenerated_message_reflection.cc1709 const Message* prototype; in AddMessage() local
H A Drepeated_field.h1742 Add( typename TypeHandler::Type* prototype) Add() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h53 u8 prototype; member
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h53 u8 prototype; member
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc610 JSObject prototype = JSObject::cast(function->instance_prototype()); in SerializeFunctionInfo() local
777 Handle<JSObject> prototype = Handle<JSObject>::cast( in DiscoverContextAndPrototype() local
2297 SetFunctionPrototype(JSFunction function, JSReceiver prototype) SetFunctionPrototype() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc1350 Node* prototype = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateObject() local
1326 GetObjectCreateMap(JSHeapBroker* broker, HeapObjectRef prototype) GetObjectCreateMap() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc1064 TNode<Object> prototype = args.GetOptionalArgumentValue(kPrototypeArg); in TF_BUILTIN() local
[all...]
/third_party/openGLES/xml/
H A Dreadme.tex
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java188 BuilderType createBuilder(MessageType prototype) { in createBuilder() argument

Completed in 51 milliseconds

1234