OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creation_context
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/renderer/
v8_value_converter_impl.h
47
v8::Handle<v8::Object>
creation_context
,
50
v8::Handle<v8::Object>
creation_context
,
54
v8::Handle<v8::Object>
creation_context
,
57
v8::Handle<v8::Object>
creation_context
,
v8_value_converter_impl.cc
171
v8::Handle<v8::Object>
creation_context
,
205
creation_context
,
210
creation_context
,
215
creation_context
,
226
v8::Handle<v8::Object>
creation_context
,
235
ToV8ValueImpl(isolate,
creation_context
, child);
249
v8::Handle<v8::Object>
creation_context
,
257
ToV8ValueImpl(isolate,
creation_context
, &iter.value());
276
v8::Handle<v8::Object>
creation_context
,
282
&buffer,
creation_context
, isolate)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_callback_interface.py
118
# FIXME: setting
creation_context
=v8::Handle<v8::Object>() is
124
creation_context
='m_scriptState->context()->Global()'),
v8_types.py
677
'array': 'v8Array({cpp_value}, {
creation_context
}, {isolate})',
678
'DOMWrapper': 'toV8({cpp_value}, {
creation_context
}, {isolate})',
682
def cpp_value_to_v8_value(idl_type, cpp_value, isolate='info.GetIsolate()',
creation_context
='info.Holder()', extended_attributes=None):
688
statement = format_string.format(cpp_value=cpp_value, isolate=isolate,
creation_context
=
creation_context
)
v8_attributes.py
104
'cpp_value_to_v8_value': idl_type.cpp_value_to_v8_value(cpp_value='original',
creation_context
='info.Holder()'),
206
'cpp_value_to_v8_value': idl_type.cpp_value_to_v8_value(cpp_value=cpp_value,
creation_context
='info.Holder()'),
/external/chromium_org/v8/src/
runtime.cc
491
AllocationSiteCreationContext
creation_context
(isolate);
492
site =
creation_context
.EnterNewScope();
495
JSObject::DeepWalk(boilerplate, &
creation_context
));
496
creation_context
.ExitScope(site, boilerplate);
533
AllocationSiteCreationContext
creation_context
(isolate);
534
site =
creation_context
.EnterNewScope();
536
&
creation_context
).is_null()) {
539
creation_context
.ExitScope(site, Handle<JSObject>::cast(boilerplate));
[
all
...]
hydrogen.cc
[
all
...]
Completed in 1025 milliseconds