OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newLocal
(Results
26 - 50
of
87
) sorted by null
1
2
3
4
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java
419
Local<InvocationHandler> localHandler = code.
newLocal
(handlerType);
420
Local<Object> invokeResult = code.
newLocal
(TypeId.OBJECT);
421
Local<Integer> intValue = code.
newLocal
(TypeId.INT);
422
Local<Object[]> args = code.
newLocal
(objectArrayType);
423
Local<Integer> argsLength = code.
newLocal
(TypeId.INT);
424
Local<Object> temp = code.
newLocal
(TypeId.OBJECT);
425
Local<?> resultHolder = code.
newLocal
(resultType);
426
Local<Method[]> methodArray = code.
newLocal
(methodArrayType);
427
Local<Method> thisMethod = code.
newLocal
(methodType);
428
Local<Integer> methodIndex = code.
newLocal
(TypeId.INT)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.cpp
142
v8::Handle<v8::Object> windowWrapper = m_global.
newLocal
(m_isolate)->FindInstanceInPrototypeChain(V8Window::domTemplate(m_isolate, worldTypeInMainThread(m_isolate)));
288
v8::Handle<v8::Context> context = v8::Context::New(m_isolate, &extensionConfiguration, globalTemplate, m_global.
newLocal
(m_isolate));
350
ASSERT(documentWrapper == m_document.
newLocal
(m_isolate) || m_document.isEmpty());
353
checkDocumentWrapper(m_document.
newLocal
(m_isolate), m_frame->document());
476
v8::Handle<v8::Object> documentHandle = m_document.
newLocal
(m_isolate);
495
v8::Handle<v8::Object> documentHandle = m_document.
newLocal
(m_isolate);
DOMWrapperMap.h
52
v8::Handle<v8::Object>
newLocal
(KeyType* key, v8::Isolate* isolate)
54
return m_map.get(key).
newLocal
(isolate);
ScriptPromiseResolverTest.cpp
51
, m_contextScope(m_context.
newLocal
(m_isolate))
57
v8::Handle<v8::Context> context(m_context.
newLocal
(m_isolate));
V8AbstractEventListener.cpp
61
V8EventListenerList::clearWrapper(m_listener.
newLocal
(m_isolate), m_isAttribute, m_isolate);
172
v8::Local<v8::Object> listener = m_listener.
newLocal
(isolate);
V8PerContextData.h
130
return !boilerplate.isEmpty() ? boilerplate.
newLocal
(v8::Isolate::GetCurrent())->Clone() : createWrapperFromCacheSlowCase(type);
137
return function.
newLocal
(v8::Isolate::GetCurrent());
UnsafePersistent.h
107
v8::Local<T>
newLocal
(v8::Isolate* isolate)
V8CustomElementLifecycleCallbacks.cpp
170
v8::Handle<v8::Object> prototype = m_prototype.
newLocal
(isolate);
176
v8::Handle<v8::Function> callback = m_created.
newLocal
(isolate);
216
v8::Handle<v8::Function> callback = m_attributeChanged.
newLocal
(isolate);
244
v8::Handle<v8::Function> callback = weakCallback.
newLocal
(isolate);
V8MutationCallback.cpp
62
v8::Handle<v8::Function> callback = m_callback.
newLocal
(m_isolate);
DOMDataStore.h
94
v8::Handle<v8::Object> result = ScriptWrappable::getUnsafeWrapperFromObject(object).
newLocal
(isolate);
139
return ScriptWrappable::getUnsafeWrapperFromObject(object).
newLocal
(isolate);
140
return m_wrapperMap.
newLocal
(V8T::toInternalPointer(object), isolate);
ScriptDebugServer.cpp
68
v8::Handle<v8::Object> debuggerScript = m_debuggerScript.
newLocal
(m_isolate);
99
v8::Handle<v8::Function> setBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.
newLocal
(m_isolate)->Get(v8AtomicString(m_isolate, "setBreakpoint")));
117
v8::Handle<v8::Function> removeBreakpointFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.
newLocal
(m_isolate)->Get(v8AtomicString(m_isolate, "removeBreakpoint")));
128
v8::Handle<v8::Function> clearBreakpoints = v8::Local<v8::Function>::Cast(m_debuggerScript.
newLocal
(m_isolate)->Get(v8AtomicString(m_isolate, "clearBreakpoints")));
141
v8::Handle<v8::Function> setBreakpointsActivated = v8::Local<v8::Function>::Cast(m_debuggerScript.
newLocal
(m_isolate)->Get(v8AtomicString(m_isolate, "setBreakpointsActivated")));
199
v8::Handle<v8::Function> breakProgramFunction = m_breakProgramCallbackTemplate.
newLocal
(m_isolate)->GetFunction();
215
v8::Handle<v8::Value> argv[] = { m_executionState.
newLocal
(m_isolate) };
233
m_executionState.
newLocal
(m_isolate),
321
v8::Handle<v8::Function> currentCallFrameFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.
newLocal
(m_isolate)->Get(v8AtomicString(m_isolate, "currentCallFrame")));
340
RefPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(m_executionState.
newLocal
(m_isolate), -1)
[
all
...]
ExceptionState.h
101
V8ThrowException::throwError(m_exception.
newLocal
(m_isolate), m_isolate);
ScriptRegexp.cpp
79
v8::Local<v8::RegExp> regex = m_regex.
newLocal
(isolate);
ScriptValue.h
164
return m_value.get() ? m_value->
newLocal
(m_isolate) : v8::Handle<v8::Value>();
V8NodeFilterCondition.cpp
60
v8::Handle<v8::Value> filter = m_filter.
newLocal
(isolate);
V8ValueCache.cpp
61
return cachedV8String.
newLocal
(isolate);
WorkerScriptDebugServer.cpp
64
v8::Local<v8::Object> debuggerScript = m_debuggerScript.
newLocal
(m_isolate);
ScriptWrappable.h
80
return unsafePersistent().
newLocal
(isolate);
V8NPObject.cpp
88
npObject = v8ObjectToNPObject(wrapper->
newLocal
(isolate));
265
v8Function = functionTemplate.
newLocal
(isolate)->GetFunction();
429
v8::Handle<v8::Object> wrapper = staticNPObjectMap().
newLocal
(object, isolate);
470
v8::Handle<v8::Object> wrapper = staticNPObjectMap().
newLocal
(object, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PromiseCustom.cpp
224
v8::Handle<v8::Value> info[] = { m_argument.
newLocal
(isolate) };
226
v8::Local<v8::Value> value = V8ScriptRunner::callFunction(m_handler.
newLocal
(isolate), context, v8::Undefined(isolate), WTF_ARRAY_LENGTH(info), info, isolate);
228
V8PromiseCustom::reject(m_promise.
newLocal
(isolate), trycatch.Exception(), isolate);
230
V8PromiseCustom::resolve(m_promise.
newLocal
(isolate), value, isolate);
266
v8::Local<v8::Object> originatorValueObject = m_originatorValueObject.
newLocal
(isolate);
270
V8PromiseCustom::updateDerivedFromPromise(m_promise.
newLocal
(isolate), m_onFulfilled.
newLocal
(isolate), m_onRejected.
newLocal
(isolate), coercedAlready.As<v8::Object>(), isolate);
279
V8PromiseCustom::updateDerivedFromReason(m_promise.
newLocal
(isolate), m_onRejected.
newLocal
(isolate), trycatch.Exception(), isolate)
[
all
...]
/external/chromium_org/chrome/renderer/extensions/
object_backed_native_handler.cc
86
v8::Handle<v8::Object> data = it->
newLocal
(isolate);
v8_schema_registry.cc
85
return maybe_schema->second.
newLocal
(v8::Isolate::GetCurrent());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceDoNotCheckConstants.cpp
101
return result->value.
newLocal
(isolate);
V8TestInterfaceEmpty.cpp
96
return result->value.
newLocal
(isolate);
V8TestInterfaceEventTarget.cpp
96
return result->value.
newLocal
(isolate);
Completed in 1396 milliseconds
1
2
3
4