Home
last modified time | relevance | path

Searched refs:FunctionCallback (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dfast-accessor-assembler.h48 typedef v8::FunctionCallback FunctionCallback; typedef
69 ValueId Call(FunctionCallback callback, ValueId arg);
Dapi-arguments.cc13 Handle<Object> FunctionCallbackArguments::Call(FunctionCallback f) { in Call()
15 RuntimeCallTimerScope timer(isolate, &RuntimeCallStats::FunctionCallback); in Call()
Dapi-experimental.cc123 v8::FunctionCallback callback, ValueId value_id) { in Call()
Dapi-arguments.h181 Handle<Object> Call(FunctionCallback f);
Dfast-accessor-assembler.cc162 FunctionCallback callback_function, ValueId arg) { in Call()
Dapi.h685 v8::FunctionCallback callback);
Dcounters.h672 V(FunctionCallback) \
Dapi.cc1159 i::Isolate* isolate, FunctionCallback callback, in FunctionTemplateNew()
1190 Isolate* isolate, FunctionCallback callback, v8::Local<Value> data, in New()
1219 Isolate* isolate, FunctionCallback callback, in NewWithFastHandler()
1250 FunctionCallback callback, v8::Local<Value> data, in SetCallHandler()
1693 void ObjectTemplate::SetCallAsFunctionHandler(FunctionCallback callback, in SetCallAsFunctionHandler()
4491 FunctionCallback callback, Local<Value> data, in New()
4503 Local<Function> Function::New(Isolate* v8_isolate, FunctionCallback callback, in New()
8896 v8::FunctionCallback callback) { in InvokeFunctionCallback()
Dbuiltins.cc5301 v8::FunctionCallback callback = in HandleApiCallHelper()
5302 v8::ToCData<v8::FunctionCallback>(callback_obj); in HandleApiCallHelper()
5531 v8::FunctionCallback callback = in HandleApiCallAsFunctionOrConstructor()
5532 v8::ToCData<v8::FunctionCallback>(callback_obj); in HandleApiCallAsFunctionOrConstructor()
/external/v8/include/
Dv8-experimental.h42 ValueId Call(v8::FunctionCallback callback, ValueId value_id);
Dv8.h3260 typedef void (*FunctionCallback)(const FunctionCallbackInfo<Value>& info); typedef
3274 Local<Context> context, FunctionCallback callback,
3279 Local<Function> New(Isolate* isolate, FunctionCallback callback,
4489 Isolate* isolate, FunctionCallback callback = 0,
4502 Isolate* isolate, FunctionCallback callback,
4518 FunctionCallback callback, Local<Value> data = Local<Value>(),
4782 void SetCallAsFunctionHandler(FunctionCallback callback,
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h114 v8::FunctionCallback pMethodCall);
132 v8::FunctionCallback pMethodCall);
/external/v8/src/wasm/
Dwasm-js.cc384 FunctionCallback func) { in NewTemplate()
396 const char* str, FunctionCallback func) { in InstallFunc()
/external/v8/test/cctest/
Dtest-thread-termination.cc110 v8::Isolate* isolate, v8::FunctionCallback terminate, in CreateGlobalTemplate()
111 v8::FunctionCallback doloop) { in CreateGlobalTemplate()
Dtest-api.cc1083 static i::Address address_of(v8::FunctionCallback callback) { in address_of()
1149 v8::FunctionCallback callback = &FastReturnValueCallback<T>; in TestFastReturnValues()
7451 v8::FunctionCallback fun = &Echo) in NativeFunctionExtension()
7464 v8::FunctionCallback function_;
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp195 v8::FunctionCallback pMethodCall) { in FXJS_DefineObjMethod()
253 v8::FunctionCallback pMethodCall) { in FXJS_DefineGlobalMethod()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Define.h30 v8::FunctionCallback pMethodCall;