OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:functionobject
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp
243
v8::Handle<v8::Value>
functionObject
= v8Object->Get(v8AtomicString(isolate, identifier->value.string));
244
if (
functionObject
.IsEmpty() ||
functionObject
->IsNull()) {
248
if (
functionObject
->IsUndefined()) {
257
v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(
functionObject
);
298
v8::Local<v8::Object>
functionObject
= v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
299
if (!
functionObject
->IsFunction())
303
v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(
functionObject
);
309
resultObject = frame->script().callFunction(function,
functionObject
, argumentCount, argv.get());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptHost.idl
55
[Custom] any setFunctionVariableValue(any
functionObject
, int scopeIndex, DOMString variableName, any newValue);
Completed in 51 milliseconds