Home
last modified time | relevance | path

Searched defs:try_fast_path (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dnumber.rs46 pub fn try_fast_path<F: Float>(&self) -> Option<F> { in try_fast_path() functions
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc2184 GetOwnValuesOrEntries(Isolate* isolate, Handle<JSReceiver> object, PropertyFilter filter, bool try_fast_path, bool get_entries) GetOwnValuesOrEntries() argument
2242 GetOwnValues(Handle<JSReceiver> object, PropertyFilter filter, bool try_fast_path) GetOwnValues() argument
2249 GetOwnEntries(Handle<JSReceiver> object, PropertyFilter filter, bool try_fast_path) GetOwnEntries() argument

Completed in 9 milliseconds