Home
last modified time | relevance | path

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

12

/external/v8/src/
Dd8.h285 static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args);
288 static void RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args);
289 static void RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args);
290 static void RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args);
291 static void RealmCreate(const v8::FunctionCallbackInfo<v8::Value>& args);
292 static void RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args);
293 static void RealmSwitch(const v8::FunctionCallbackInfo<v8::Value>& args);
294 static void RealmEval(const v8::FunctionCallbackInfo<v8::Value>& args);
301 static void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
302 static void Write(const v8::FunctionCallbackInfo<v8::Value>& args);
[all …]
Dd8-posix.cc222 static bool GetTimeouts(const v8::FunctionCallbackInfo<v8::Value>& args, in GetTimeouts()
440 void Shell::System(const v8::FunctionCallbackInfo<v8::Value>& args) { in System()
527 void Shell::ChangeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in ChangeDirectory()
549 void Shell::SetUMask(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetUMask()
617 void Shell::MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in MakeDirectory()
645 void Shell::RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) { in RemoveDirectory()
663 void Shell::SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetEnvironment()
690 void Shell::UnsetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) { in UnsetEnvironment()
Dd8.cc110 int RealmIndexOrThrow(const v8::FunctionCallbackInfo<v8::Value>& args,
315 const v8::FunctionCallbackInfo<v8::Value>& args, in RealmIndexOrThrow()
336 void Shell::PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args) { in PerformanceNow()
351 void Shell::RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmCurrent()
361 void Shell::RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmOwner()
376 void Shell::RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmGlobal()
386 void Shell::RealmCreate(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmCreate()
404 void Shell::RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmDispose()
419 void Shell::RealmSwitch(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmSwitch()
429 void Shell::RealmEval(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmEval()
[all …]
/external/skia/experimental/SkV8Example/
DPath2DBuilder.h28 static void ConstructPath(const v8::FunctionCallbackInfo<v8::Value>& args);
34 static void ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args);
35 static void MoveTo(const v8::FunctionCallbackInfo<v8::Value>& args);
36 static void LineTo(const v8::FunctionCallbackInfo<v8::Value>& args);
38 const v8::FunctionCallbackInfo<v8::Value>& args);
39 static void BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args);
40 static void Arc(const v8::FunctionCallbackInfo<v8::Value>& args);
41 static void Rect(const v8::FunctionCallbackInfo<v8::Value>& args);
42 static void Oval(const v8::FunctionCallbackInfo<v8::Value>& args);
43 static void ConicTo(const v8::FunctionCallbackInfo<v8::Value>& args);
[all …]
DDrawingMethods.h48 static void Save(const v8::FunctionCallbackInfo<v8::Value>& args);
49 static void Restore(const v8::FunctionCallbackInfo<v8::Value>& args);
50 static void Rotate(const v8::FunctionCallbackInfo<v8::Value>& args);
51 static void Translate(const v8::FunctionCallbackInfo<v8::Value>& args);
52 static void ResetTransform(const v8::FunctionCallbackInfo<v8::Value>& args);
54 static void DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args);
DPath2DBuilder.cpp17 void Path2DBuilder::ConstructPath(const v8::FunctionCallbackInfo<v8::Value>& args) { in ConstructPath()
64 Path2DBuilder* Path2DBuilder::Unwrap(const v8::FunctionCallbackInfo<v8::Value>& args) { in Unwrap()
71 void Path2DBuilder::ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args) { in ClosePath()
76 void Path2DBuilder::MoveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in MoveTo()
89 void Path2DBuilder::LineTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in LineTo()
102 void Path2DBuilder::QuadraticCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in QuadraticCurveTo()
121 void Path2DBuilder::BezierCurveTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in BezierCurveTo()
143 void Path2DBuilder::Arc(const v8::FunctionCallbackInfo<v8::Value>& args) { in Arc()
179 void Path2DBuilder::Rect(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rect()
201 void Path2DBuilder::Oval(const v8::FunctionCallbackInfo<v8::Value>& args) { in Oval()
[all …]
DDrawingMethods.cpp25 void DrawingMethods::Save(const v8::FunctionCallbackInfo<v8::Value>& args) { in Save()
35 void DrawingMethods::Restore(const v8::FunctionCallbackInfo<v8::Value>& args) { in Restore()
45 void DrawingMethods::Rotate(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rotate()
62 void DrawingMethods::Translate(const v8::FunctionCallbackInfo<v8::Value>& args) { in Translate()
80 void DrawingMethods::ResetTransform(const v8::FunctionCallbackInfo<v8::Value>& args) { in ResetTransform()
90 void DrawingMethods::DrawPath(const v8::FunctionCallbackInfo<v8::Value>& args) { in DrawPath()
DGlobal.h68 static void SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args);
69 static void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
70 static void Inval(const v8::FunctionCallbackInfo<v8::Value>& args);
DGlobal.cpp75 void Global::Inval(const v8::FunctionCallbackInfo<v8::Value>& args) { in Inval()
84 void Global::Print(const v8::FunctionCallbackInfo<v8::Value>& args) { in Print()
104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetTimeout()
/external/v8/test/cctest/
Dtrace-extension.h42 static void Trace(const v8::FunctionCallbackInfo<v8::Value>& args);
43 static void JSTrace(const v8::FunctionCallbackInfo<v8::Value>& args);
44 static void JSEntrySP(const v8::FunctionCallbackInfo<v8::Value>& args);
45 static void JSEntrySPLevel2(const v8::FunctionCallbackInfo<v8::Value>& args);
50 static Address GetFP(const v8::FunctionCallbackInfo<v8::Value>& args);
Dtrace-extension.cc61 Address TraceExtension::GetFP(const v8::FunctionCallbackInfo<v8::Value>& args) { in GetFP()
98 void TraceExtension::Trace(const v8::FunctionCallbackInfo<v8::Value>& args) { in Trace()
115 void TraceExtension::JSTrace(const v8::FunctionCallbackInfo<v8::Value>& args) { in JSTrace()
127 const v8::FunctionCallbackInfo<v8::Value>& args) { in JSEntrySP()
133 const v8::FunctionCallbackInfo<v8::Value>& args) { in JSEntrySPLevel2()
Dtest-thread-termination.cc37 void Signal(const v8::FunctionCallbackInfo<v8::Value>& args) { in Signal()
42 void TerminateCurrentThread(const v8::FunctionCallbackInfo<v8::Value>& args) { in TerminateCurrentThread()
48 void Fail(const v8::FunctionCallbackInfo<v8::Value>& args) { in Fail()
53 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) { in Loop()
63 void DoLoop(const v8::FunctionCallbackInfo<v8::Value>& args) { in DoLoop()
88 void DoLoopNoCall(const v8::FunctionCallbackInfo<v8::Value>& args) { in DoLoopNoCall()
206 void TerminateOrReturnObject(const v8::FunctionCallbackInfo<v8::Value>& args) { in TerminateOrReturnObject()
219 void LoopGetProperty(const v8::FunctionCallbackInfo<v8::Value>& args) { in LoopGetProperty()
273 void ReenterAfterTermination(const v8::FunctionCallbackInfo<v8::Value>& args) { in ReenterAfterTermination()
326 void DoLoopCancelTerminate(const v8::FunctionCallbackInfo<v8::Value>& args) { in DoLoopCancelTerminate()
[all …]
Dprofiler-extension.h44 static void StartProfiling(const v8::FunctionCallbackInfo<v8::Value>& args);
45 static void StopProfiling(const v8::FunctionCallbackInfo<v8::Value>& args);
Dprofiler-extension.cc58 const v8::FunctionCallbackInfo<v8::Value>& args) { in StartProfiling()
68 const v8::FunctionCallbackInfo<v8::Value>& args) { in StopProfiling()
Dprint-extension.h42 static void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/v8/src/extensions/
Dtrigger-failure-extension.h20 const v8::FunctionCallbackInfo<v8::Value>& args);
22 const v8::FunctionCallbackInfo<v8::Value>& args);
24 const v8::FunctionCallbackInfo<v8::Value>& args);
Dtrigger-failure-extension.cc40 const v8::FunctionCallbackInfo<v8::Value>& args) { in TriggerCheckFalse()
46 const v8::FunctionCallbackInfo<v8::Value>& args) { in TriggerAssertFalse()
52 const v8::FunctionCallbackInfo<v8::Value>& args) { in TriggerSlowAssertFalse()
Dexternalize-string-extension.h19 static void Externalize(const v8::FunctionCallbackInfo<v8::Value>& args);
20 static void IsOneByte(const v8::FunctionCallbackInfo<v8::Value>& args);
Dexternalize-string-extension.cc55 const v8::FunctionCallbackInfo<v8::Value>& args) { in Externalize()
113 const v8::FunctionCallbackInfo<v8::Value>& args) { in IsOneByte()
Dfree-buffer-extension.h20 static void FreeBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
Dstatistics-extension.h19 static void GetCounters(const v8::FunctionCallbackInfo<v8::Value>& args);
Dgc-extension.cc20 void GCExtension::GC(const v8::FunctionCallbackInfo<v8::Value>& args) { in GC()
/external/v8/samples/
Dshell.cc59 void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
60 void Read(const v8::FunctionCallbackInfo<v8::Value>& args);
61 void Load(const v8::FunctionCallbackInfo<v8::Value>& args);
62 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args);
63 void Version(const v8::FunctionCallbackInfo<v8::Value>& args);
146 void Print(const v8::FunctionCallbackInfo<v8::Value>& args) { in Print()
167 void Read(const v8::FunctionCallbackInfo<v8::Value>& args) { in Read()
192 void Load(const v8::FunctionCallbackInfo<v8::Value>& args) { in Load()
222 void Quit(const v8::FunctionCallbackInfo<v8::Value>& args) { in Quit()
232 void Version(const v8::FunctionCallbackInfo<v8::Value>& args) { in Version()
Dlineprocessor.cc85 void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
86 void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args);
334 void Print(const v8::FunctionCallbackInfo<v8::Value>& args) { in Print()
354 void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) { in ReadLine()
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc209 bool GetHostnameArgument(const v8::FunctionCallbackInfo<v8::Value>& args, std::string* hostname) { in GetHostnameArgument()
541 static void AlertCallback(const v8::FunctionCallbackInfo<v8::Value>& args) { in AlertCallback()
564 const v8::FunctionCallbackInfo<v8::Value>& args) { in MyIpAddressCallback()
588 const v8::FunctionCallbackInfo<v8::Value>& args) { in MyIpAddressExCallback()
609 static void DnsResolveCallback(const v8::FunctionCallbackInfo<v8::Value>& args) { in DnsResolveCallback()
636 const v8::FunctionCallbackInfo<v8::Value>& args) { in DnsResolveExCallback()
663 const v8::FunctionCallbackInfo<v8::Value>& args) { in SortIpAddressListCallback()
681 static void IsInNetExCallback(const v8::FunctionCallbackInfo<v8::Value>& args) { in IsInNetExCallback()

12