HomeSort by relevance Sort by last modified time
    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 215 class CustomArguments : public CustomArgumentsBase<T::kArgsLength> {
220 ~CustomArguments() {
227 explicit inline CustomArguments(Isolate* isolate) : Super(isolate) {}
239 : public CustomArguments<PropertyCallbackInfo<Value> > {
242 typedef CustomArguments<T> Super;
299 : public CustomArguments<FunctionCallbackInfo<Value> > {
302 typedef CustomArguments<T> Super;

Completed in 27 milliseconds