Home
last modified time | relevance | path

Searched defs:prototype (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DaugmentedClassWithPrototypePropertyOnModule.js4 var prototype; // This should be error since prototype would be static property on class m variable
H A DdeclarationEmitForModuleImportingModuleAugmentationRetainsImport.js
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_set_prototoype_of.js75 var prototype = []; variable
135 var prototype = [2,3]; variable
/third_party/node/deps/v8/src/runtime/
H A Druntime-forin.cc70 Handle<Object> prototype; in HasEnumerableProperty() local
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.cc85 const MessageLite* prototype = table.default_instance(); in ParseExtension() local
H A Dgenerated_message_table_driven.cc81 const Message* prototype = in ParseExtension() local
H A Drepeated_field.cc108 MessageLite* RepeatedPtrFieldBase::AddWeak(const MessageLite* prototype) { in AddWeak() argument
H A Dimplicit_weak_message.h105 static inline MessageLite* NewFromPrototype(const MessageLite* prototype, in NewFromPrototype() argument
/third_party/node/deps/v8/src/objects/
H A Dprototype-inl.h98 HeapObject prototype = map.prototype(); in AdvanceIgnoringProxies() local
H A Dlookup-inl.h278 HeapObject prototype = in GetStoreTarget() local
H A Djs-function-inl.h209 Object prototype = map(cage_base).GetConstructor(cage_base); in DEF_GETTER() local
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLFunction.cpp87 const SkSL::FunctionPrototype& prototype = last.as<SkSL::FunctionPrototype>(); in define() local
/third_party/node/deps/v8/src/ic/
H A Dcall-optimization.cc91 Object prototype = object.map().prototype(); in IsCompatibleReceiverMap() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumnGroup.java36 of( Column<T> prototype, Function<String, K> parseFn) of() argument
42 byRegion( Column<T> prototype) byRegion() argument
48 byLanguage( Column<T> prototype) byLanguage() argument
54 abstract Column<T> prototype(); prototype() method in ColumnGroup
[all...]
/third_party/protobuf/conformance/
H A Dtext_format_conformance_suite.cc135 TestAllTypesProto3 prototype; in ExpectParseFailure() local
160 TestAllTypesProto3 prototype; in RunValidTextFormatTest() local
166 TestAllTypesProto2 prototype; in RunValidTextFormatTestProto2() local
187 TestAllTypesProto3 prototype; in RunValidUnknownTextFormatTest() local
170 RunValidTextFormatTestWithMessage( const string& test_name, ConformanceLevel level, const string& input_text, const Message& prototype) RunValidTextFormatTestWithMessage() argument
318 TestAllTypesProto3 prototype; RunSuiteImpl() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaLite.java44 boolean hasExtensions(MessageLite prototype) { in hasExtensions() argument
H A DExtensionSchema.java39 abstract boolean hasExtensions(MessageLite prototype); in hasExtensions() argument
H A DExtensionSchemaFull.java57 boolean hasExtensions(MessageLite prototype) { in hasExtensions() argument
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java81 Object register(ULocale loc, Object prototype); in register() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleCollationTest.java84 Object register(ULocale loc, Object prototype); in register() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc144 Handle<Object> prototype; in ObjectLookupAccessor() local
[all...]
H A Dbuiltins-shadowrealm-gen.cc120 TNode<Object> prototype = LoadMapPrototype(map); in TF_BUILTIN() local
H A Dbuiltins-console.cc273 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function()); in BUILTIN() local
H A Dbuiltins-api.cc41 HeapObject prototype = js_obj_receiver.map().prototype(); in GetCompatibleReceiver() local
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-assembler-inl.h113 void BaselineAssembler::LoadPrototype(Register prototype, Register object) { in LoadPrototype() argument

Completed in 11 milliseconds

1234