OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_array_element_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_types.py
150
native_array_element_type
= idl_type
152
native_array_element_type
= idl_type.
native_array_element_type
153
if
native_array_element_type
:
154
vector_type = cpp_ptr_type('Vector', 'HeapVector',
native_array_element_type
.gc_type)
155
vector_template_type = cpp_template_type(vector_type,
native_array_element_type
.cpp_type_args(used_in_cpp_sequence=True))
201
if idl_type.
native_array_element_type
:
235
IdlArrayOrSequenceType.
native_array_element_type
= property(
414
native_array_element_type
= idl_type.
native_array_element_type
[
all
...]
v8_interface.py
[
all
...]
Completed in 34 milliseconds