Home
last modified time | relevance | path

Searched refs:FunctionCallbackInfo (Results 1 – 25 of 51) sorted by relevance

123

/external/v8/src/inspector/
Dv8-injected-script-host.h31 const v8::FunctionCallbackInfo<v8::Value>&);
32 static void getPropertyCallback(const v8::FunctionCallbackInfo<v8::Value>&);
34 const v8::FunctionCallbackInfo<v8::Value>&);
36 const v8::FunctionCallbackInfo<v8::Value>&);
37 static void subtypeCallback(const v8::FunctionCallbackInfo<v8::Value>&);
39 const v8::FunctionCallbackInfo<v8::Value>&);
41 const v8::FunctionCallbackInfo<v8::Value>&);
42 static void bindCallback(const v8::FunctionCallbackInfo<v8::Value>&);
44 const v8::FunctionCallbackInfo<v8::Value>&);
46 const v8::FunctionCallbackInfo<v8::Value>&);
[all …]
Dv8-console.h96 template <void (V8Console::*func)(const v8::FunctionCallbackInfo<v8::Value>&)>
97 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call()
103 template <void (V8Console::*func)(const v8::FunctionCallbackInfo<v8::Value>&,
105 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call()
112 static void call(const v8::FunctionCallbackInfo<v8::Value>& info) { in call()
121 void memoryGetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
122 void memorySetterCallback(const v8::FunctionCallbackInfo<v8::Value>&);
125 void keysCallback(const v8::FunctionCallbackInfo<v8::Value>&, int sessionId);
126 void valuesCallback(const v8::FunctionCallbackInfo<v8::Value>&,
128 void debugFunctionCallback(const v8::FunctionCallbackInfo<v8::Value>&,
[all …]
Dv8-injected-script-host.cc38 const v8::FunctionCallbackInfo<v8::Value>& info) { in unwrapInspector()
123 const v8::FunctionCallbackInfo<v8::Value>& info) { in nullifyPrototypeCallback()
135 const v8::FunctionCallbackInfo<v8::Value>& info) { in getPropertyCallback()
153 const v8::FunctionCallbackInfo<v8::Value>& info) { in internalConstructorNameCallback()
161 const v8::FunctionCallbackInfo<v8::Value>& info) { in formatAccessorsAsProperties()
173 const v8::FunctionCallbackInfo<v8::Value>& info) { in subtypeCallback()
255 const v8::FunctionCallbackInfo<v8::Value>& info) { in getInternalPropertiesCallback()
320 const v8::FunctionCallbackInfo<v8::Value>& info) { in objectHasOwnPropertyCallback()
331 const v8::FunctionCallbackInfo<v8::Value>& info) { in bindCallback()
347 const v8::FunctionCallbackInfo<v8::Value>& info) { in proxyTargetValueCallback()
[all …]
Dv8-console.cc161 void returnDataCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { in returnDataCallback()
429 const v8::FunctionCallbackInfo<v8::Value>& info) { in memoryGetterCallback()
440 const v8::FunctionCallbackInfo<v8::Value>& info) { in memorySetterCallback()
446 void V8Console::keysCallback(const v8::FunctionCallbackInfo<v8::Value>& info, in keysCallback()
461 void V8Console::valuesCallback(const v8::FunctionCallbackInfo<v8::Value>& info, in valuesCallback()
500 const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) { in debugFunctionCallback()
515 const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) { in undebugFunctionCallback()
526 const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) { in monitorFunctionCallback()
552 const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) { in unmonitorFunctionCallback()
563 const v8::FunctionCallbackInfo<v8::Value>& info, int sessionId) { in lastEvaluationResultCallback()
[all …]
/external/v8/src/
Dd8.h267 static void PostMessageOut(const v8::FunctionCallbackInfo<v8::Value>& args);
316 int RealmIndexOrThrow(const v8::FunctionCallbackInfo<v8::Value>& args,
433 static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args);
435 static void RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args);
436 static void RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args);
437 static void RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args);
438 static void RealmCreate(const v8::FunctionCallbackInfo<v8::Value>& args);
439 static void RealmNavigate(const v8::FunctionCallbackInfo<v8::Value>& args);
441 const v8::FunctionCallbackInfo<v8::Value>& args);
442 static void RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args);
[all …]
Dd8-posix.cc220 static bool GetTimeouts(const v8::FunctionCallbackInfo<v8::Value>& args, in GetTimeouts()
458 void Shell::System(const v8::FunctionCallbackInfo<v8::Value>& args) { in System()
545 void Shell::ChangeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in ChangeDirectory()
570 void Shell::SetUMask(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetUMask()
646 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in MakeDirectory()
679 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory()
699 void Shell::SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetEnvironment()
729 void Shell::UnsetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in UnsetEnvironment()
Dd8.cc1009 const v8::FunctionCallbackInfo<v8::Value>& args, in RealmIndexOrThrow()
1029 void Shell::PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args) { in PerformanceNow()
1041 void Shell::RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmCurrent()
1051 void Shell::RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmOwner()
1069 void Shell::RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmGlobal()
1078 const v8::FunctionCallbackInfo<v8::Value>& args, int index, in CreateRealm()
1104 void Shell::DisposeRealm(const v8::FunctionCallbackInfo<v8::Value>& args, in DisposeRealm()
1116 void Shell::RealmCreate(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmCreate()
1123 const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmCreateAllowCrossRealmAccess()
1133 void Shell::RealmNavigate(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmNavigate()
[all …]
Dasync-hooks-wrapper.cc42 const v8::FunctionCallbackInfo<v8::Value>& args) { in UnwrapHook()
63 static void EnableHook(const v8::FunctionCallbackInfo<v8::Value>& args) { in EnableHook()
70 static void DisableHook(const v8::FunctionCallbackInfo<v8::Value>& args) { in DisableHook()
86 const v8::FunctionCallbackInfo<v8::Value>& args) { in CreateHook()
Dapi-arguments.h146 : public CustomArguments<FunctionCallbackInfo<Value> > {
148 typedef FunctionCallbackInfo<Value> T;
/external/pdfium/fxjs/
Dcjs_publicmethods.h96 const v8::FunctionCallbackInfo<v8::Value>& info);
98 const v8::FunctionCallbackInfo<v8::Value>& info);
100 const v8::FunctionCallbackInfo<v8::Value>& info);
102 const v8::FunctionCallbackInfo<v8::Value>& info);
104 const v8::FunctionCallbackInfo<v8::Value>& info);
106 const v8::FunctionCallbackInfo<v8::Value>& info);
108 const v8::FunctionCallbackInfo<v8::Value>& info);
110 const v8::FunctionCallbackInfo<v8::Value>& info);
112 const v8::FunctionCallbackInfo<v8::Value>& info);
114 const v8::FunctionCallbackInfo<v8::Value>& info);
[all …]
Dcfxjse_arguments.h18 CFXJSE_Arguments(const v8::FunctionCallbackInfo<v8::Value>* pInfo,
33 const v8::FunctionCallbackInfo<v8::Value>* m_pInfo;
Dcfxjse_engine.h28 static CXFA_Object* ToObject(const v8::FunctionCallbackInfo<v8::Value>& info);
43 const v8::FunctionCallbackInfo<v8::Value>& info,
Dcfxjse_class.cpp22 const v8::FunctionCallbackInfo<v8::Value>& info) { in V8FunctionCallback_Wrapper()
40 const v8::FunctionCallbackInfo<v8::Value>& info) { in V8ConstructorCallback_Wrapper()
55 const v8::FunctionCallbackInfo<v8::Value>& info) { in Context_GlobalObjToString()
76 const v8::FunctionCallbackInfo<v8::Value>& info) { in DynPropGetterAdapter_MethodCallback()
/external/v8/src/extensions/
Dtrigger-failure-extension.h19 const v8::FunctionCallbackInfo<v8::Value>& args);
21 const v8::FunctionCallbackInfo<v8::Value>& args);
23 const v8::FunctionCallbackInfo<v8::Value>& args);
Dtrigger-failure-extension.cc43 const v8::FunctionCallbackInfo<v8::Value>& args) { in TriggerCheckFalse()
49 const v8::FunctionCallbackInfo<v8::Value>& args) { in TriggerAssertFalse()
55 const v8::FunctionCallbackInfo<v8::Value>& args) { in TriggerSlowAssertFalse()
Dexternalize-string-extension.h18 static void Externalize(const v8::FunctionCallbackInfo<v8::Value>& args);
19 static void IsOneByte(const v8::FunctionCallbackInfo<v8::Value>& args);
Dexternalize-string-extension.cc61 const v8::FunctionCallbackInfo<v8::Value>& args) { in Externalize()
122 const v8::FunctionCallbackInfo<v8::Value>& args) { in IsOneByte()
Dfree-buffer-extension.h19 static void FreeBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
Dstatistics-extension.h18 static void GetCounters(const v8::FunctionCallbackInfo<v8::Value>& args);
Dignition-statistics-extension.h22 const v8::FunctionCallbackInfo<v8::Value>& args);
Dgc-extension.cc19 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) { in GC()
/external/v8/samples/
Dshell.cc54 void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
55 void Read(const v8::FunctionCallbackInfo<v8::Value>& args);
56 void Load(const v8::FunctionCallbackInfo<v8::Value>& args);
57 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args);
58 void Version(const v8::FunctionCallbackInfo<v8::Value>& args);
140 void Print(const v8::FunctionCallbackInfo<v8::Value>& args) { in Print()
161 void Read(const v8::FunctionCallbackInfo<v8::Value>& args) { in Read()
189 void Load(const v8::FunctionCallbackInfo<v8::Value>& args) { in Load()
218 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args) { in Quit()
229 void Version(const v8::FunctionCallbackInfo<v8::Value>& args) { in Version()
/external/v8/src/debug/
Dinterface-types.h100 class ConsoleCallArguments : private v8::FunctionCallbackInfo<v8::Value> {
102 int Length() const { return v8::FunctionCallbackInfo<v8::Value>::Length(); } in Length()
104 return v8::FunctionCallbackInfo<v8::Value>::operator[](i);
107 explicit ConsoleCallArguments(const v8::FunctionCallbackInfo<v8::Value>&);
/external/v8/src/wasm/
Dwasm-js.cc143 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetFirstArgumentAsModule()
156 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower, in GetFirstArgumentAsBytes()
389 void WebAssemblyCompile(const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyCompile()
424 const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyCompileStreaming()
478 void WebAssemblyValidate(const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyValidate()
515 void WebAssemblyModule(const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyModule()
561 void WebAssemblyModuleImports(const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyModuleImports()
574 void WebAssemblyModuleExports(const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyModuleExports()
588 const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyModuleCustomSections()
641 void WebAssemblyInstance(const v8::FunctionCallbackInfo<v8::Value>& args) { in WebAssemblyInstance()
[all …]
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc208 bool GetHostnameArgument(const v8::FunctionCallbackInfo<v8::Value>& args, std::string* hostname) { in GetHostnameArgument()
549 static void AlertCallback(const v8::FunctionCallbackInfo<v8::Value>& args) { in AlertCallback()
569 const v8::FunctionCallbackInfo<v8::Value>& args) { in MyIpAddressCallback()
593 const v8::FunctionCallbackInfo<v8::Value>& args) { in MyIpAddressExCallback()
614 static void DnsResolveCallback(const v8::FunctionCallbackInfo<v8::Value>& args) { in DnsResolveCallback()
641 const v8::FunctionCallbackInfo<v8::Value>& args) { in DnsResolveExCallback()
668 const v8::FunctionCallbackInfo<v8::Value>& args) { in SortIpAddressListCallback()
686 static void IsInNetExCallback(const v8::FunctionCallbackInfo<v8::Value>& args) { in IsInNetExCallback()

123