Home
last modified time | relevance | path

Searched refs:Foreign (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/node/deps/v8/src/objects/
Dforeign-inl.h22 TQ_OBJECT_CONSTRUCTORS_IMPL(Foreign) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
25 bool Foreign::IsNormalized(Object value) { in TQ_OBJECT_CONSTRUCTORS_IMPL()
27 return Foreign::cast(value).foreign_address() != kNullAddress; in TQ_OBJECT_CONSTRUCTORS_IMPL()
30 DEF_GETTER(Foreign, foreign_address, Address) { in DEF_GETTER() argument
36 void Foreign::AllocateExternalPointerEntries(Isolate* isolate) { in AllocateExternalPointerEntries()
41 void Foreign::set_foreign_address(Isolate* isolate, Address value) { in set_foreign_address()
Dforeign.h19 class Foreign : public TorqueGeneratedForeign<Foreign, HeapObject> {
27 DECL_PRINTER(Foreign)
51 TQ_OBJECT_CONSTRUCTORS(Foreign)
Djs-plural-rules.tq15 icu_plural_rules: Foreign; // Managed<icu::PluralRules>
17 Foreign; // Managed<icu::number::LocalizedNumberFormatter>
19 Foreign; // Managed<icu::number::LocalizedNumberRangeFormatter>
Dapi-callbacks-inl.h32 Foreign::IsNormalized(value)) in TQ_OBJECT_CONSTRUCTORS_IMPL()
34 Foreign::IsNormalized(value)) in TQ_OBJECT_CONSTRUCTORS_IMPL()
40 Foreign::cast(getter()).foreign_address() != kNullAddress); in TQ_OBJECT_CONSTRUCTORS_IMPL()
48 Foreign::cast(setter()).foreign_address() != kNullAddress); in has_setter()
Dmanaged.h49 class Managed : public Foreign {
51 Managed() : Foreign() {} in Managed()
52 explicit Managed(Address ptr) : Foreign(ptr) {} in Managed()
Djs-date-time-format.tq25 icu_locale: Foreign; // Managed<icu::Locale>
26 icu_simple_date_format: Foreign; // Managed<icu::SimpleDateFormat>
27 icu_date_interval_format: Foreign; // Managed<icu::DateIntervalFormat>
Dforeign.tq6 extern class Foreign extends HeapObject {
11 Foreign): RawPtr;
Dmicrotask.tq10 callback: Foreign;
11 data: Foreign;
Djs-number-format.tq10 Foreign; // Managed<icu::number::LocalizedNumberFormatter>
12 Foreign; // Managed<icu::number::LocalizedNumberRangeFormatter>
Djs-segments.tq12 icu_break_iterator: Foreign; // Managed<icu::BreakIterator>
13 unicode_string: Foreign; // Managed<icu::UnicodeString>
Djs-segment-iterator.tq12 icu_break_iterator: Foreign; // Managed<icu::BreakIterator>
13 unicode_string: Foreign; // Managed<icu::UnicodeString>
Djs-break-iterator.tq9 break_iterator: Foreign; // Managed<icu::BreakIterator>;
10 unicode_string: Foreign; // Managed<icu::UnicodeString>;
Dsynthetic-module.tq8 evaluation_steps: Foreign;
Djs-locale.tq8 icu_locale: Foreign; // Managed<icu::Locale>
Djs-collator.tq8 icu_collator: Foreign; // Managed<icu::Collator>
Djs-segmenter.tq15 icu_break_iterator: Foreign; // Managed<icu::BreakIterator>
Djs-relative-time-format.tq16 icu_formatter: Foreign; // Managed<icu::RelativeDateTimeFormatter>
Djs-list-format.tq16 icu_formatter: Foreign; // Managed<icu::ListFormatter>
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.tq9 type ManagedWasmNativeModule extends Foreign
29 // The {foreign_address} field inherited from {Foreign} points to the call
31 extern class WasmInternalFunction extends Foreign {
60 signature: Foreign;
79 embedder_data: Foreign; // Managed<wasm::FuncData>
93 managed_native_allocations: Foreign|Undefined;
98 stack: Foreign;
99 jmpbuf: Foreign; // Direct access to the stack's jump buffer.
172 extern class WasmTypeInfo extends Foreign {
Dwasm-objects-inl.h248 OPTIONAL_ACCESSORS(WasmInstanceObject, managed_native_allocations, Foreign, in SANDBOXED_POINTER_ACCESSORS()
318 Foreign, kManagedNativeAllocationsOffset) in TQ_OBJECT_CONSTRUCTORS_IMPL()
503 Foreign foreign = Foreign::unchecked_cast(raw); in GcSafeType()
579 Foreign foreign = Foreign::unchecked_cast(raw); in GcSafeType()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
DREADME.md49 [2018/03/29 12:19:31:3938] USER: Foreign 1Hz timer
50 [2018/03/29 12:19:32:4011] USER: Foreign 1Hz timer
51 [2018/03/29 12:19:33:4024] USER: Foreign 1Hz timer
/third_party/node/deps/v8/src/snapshot/
Dstartup-serializer.cc168 Foreign::cast(info->getter()).foreign_address(isolate()); in SerializeObjectImpl()
169 Foreign::cast(info->js_getter()) in SerializeObjectImpl()
175 Foreign::cast(info->callback()).foreign_address(isolate()); in SerializeObjectImpl()
176 Foreign::cast(info->js_callback()) in SerializeObjectImpl()
Dserializer-deserializer.cc64 Foreign::cast(accessor_info.js_getter()) in RestoreExternalReferenceRedirector()
71 Foreign::cast(call_handler_info.js_callback()) in RestoreExternalReferenceRedirector()
/third_party/node/deps/v8/third_party/wasm-api/
Dwasm.hh593 class Foreign : public Ref { class
595 Foreign() = delete;
596 ~Foreign();
598 static auto make(Store*) -> own<Foreign>;
599 auto copy() const -> own<Foreign>;
/third_party/libffi/
Dlibffi.pc.in8 Description: Library supporting Foreign Function Interfaces

1234