Searched refs:SetCallHandler (Results 1 - 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
H A D | V8TestEventConstructor.cpp | 153 desc->SetCallHandler(V8TestEventConstructor::constructorCallback);
|
H A D | V8TestExtendedEvent.cpp | 166 desc->SetCallHandler(V8TestExtendedEvent::constructorCallback);
|
H A D | V8TestNode.cpp | 102 desc->SetCallHandler(V8TestNode::constructorCallback);
|
H A D | V8Float64Array.cpp | 158 desc->SetCallHandler(V8Float64Array::constructorCallback);
|
H A D | V8TestOverloadedConstructors.cpp | 165 desc->SetCallHandler(V8TestOverloadedConstructors::constructorCallback);
|
H A D | V8TestTypedefs.cpp | 556 desc->SetCallHandler(V8TestTypedefs::constructorCallback);
|
H A D | V8TestInterface.cpp | 1144 desc->SetCallHandler(V8TestInterface::constructorCallback);
|
H A D | V8TestObject.cpp | 5619 desc->SetCallHandler(V8TestObject::constructorCallback);
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
H A D | CustomElementConstructorBuilder.cpp | 185 constructorTemplate->SetCallHandler(constructCustomElement);
|
H A D | V8NPObject.cpp | 262 temp->SetCallHandler(npObjectMethodHandler, key);
|
H A D | ScriptDebugServer.cpp | 255 templ->SetCallHandler(&ScriptDebugServer::breakProgramCallback, v8::External::New(this));
|
/external/chromium_org/v8/include/ |
H A D | v8.h | 3373 V8_DEPRECATED(void SetCallHandler(InvocationCallback callback, 3375 void SetCallHandler(FunctionCallback callback, 3428 // TODO(dcarney): Remove with SetCallHandler.
|
/external/v8/include/ |
H A D | v8.h | 2224 void SetCallHandler(InvocationCallback callback,
|
/external/chromium_org/v8/src/ |
H A D | api.cc | 1019 function_template->SetCallHandler(callback, data); 1268 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetCallHandler()")) return; 1283 void FunctionTemplate::SetCallHandler(InvocationCallback callback, function in class:v8::FunctionTemplate 1293 void FunctionTemplate::SetCallHandler(FunctionCallback callback, function in class:v8::FunctionTemplate
|
/external/v8/src/ |
H A D | api.cc | 949 Utils::ToLocal(obj)->SetCallHandler(callback, data); 1027 void FunctionTemplate::SetCallHandler(InvocationCallback callback, function in class:v8::FunctionTemplate 1030 if (IsDeadCheck(isolate, "v8::FunctionTemplate::SetCallHandler()")) return;
|
/external/v8/test/cctest/ |
H A D | test-api.cc | 797 // Use SetCallHandler to initialize a function template, should work like the 801 fun_templ->SetCallHandler(handle_call); 10324 templ->SetCallHandler(IsConstructHandler);
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-api.cc | 950 // Use SetCallHandler to initialize a function template, should work like 957 fun_templ->SetCallHandler(handler_2); 12064 templ->SetCallHandler(IsConstructHandler);
|
Completed in 286 milliseconds