HomeSort by relevance Sort by last modified time
    Searched defs:FunctionId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
runtime.h 695 enum FunctionId {
714 FunctionId function_id;
742 // Get the intrinsic function with the given FunctionId.
743 static const Function* FunctionForId(FunctionId id);
  /external/v8/src/
runtime.h 582 enum FunctionId {
601 FunctionId function_id;
628 // Get the intrinsic function with the given FunctionId.
629 static const Function* FunctionForId(FunctionId id);

Completed in 43 milliseconds