OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CustomArguments
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
arguments.h
88
class
CustomArguments
: public Relocatable {
90
inline
CustomArguments
(Isolate* isolate,
99
inline explicit
CustomArguments
(Isolate* isolate) : Relocatable(isolate) {
/external/chromium_org/v8/src/
arguments.h
148
class
CustomArguments
: public CustomArgumentsBase<T::kArgsLength> {
153
~
CustomArguments
() {
159
explicit inline
CustomArguments
(Isolate* isolate) : Super(isolate) {}
171
: public
CustomArguments
<PropertyCallbackInfo<Value> > {
174
typedef
CustomArguments
<T> Super;
235
: public
CustomArguments
<FunctionCallbackInfo<Value> > {
238
typedef
CustomArguments
<T> Super;
Completed in 39 milliseconds