Home
last modified time | relevance | path

Searched refs:IsSafeJsInt (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_file.cc111 return IsSafeJsInt(value) ? value.As<Integer>()->Value() : -1; in GetOffset()
1413 CHECK(IsSafeJsInt(args[1])); in FTruncate()
2031 CHECK(IsSafeJsInt(args[2])); in WriteBuffer()
2236 CHECK(IsSafeJsInt(args[2])); in Read()
2246 CHECK(IsSafeJsInt(args[4]) || args[4]->IsBigInt()); in Read()
2393 CHECK(IsSafeJsInt(args[1])); in Chown()
2396 CHECK(IsSafeJsInt(args[2])); in Chown()
2428 CHECK(IsSafeJsInt(args[1])); in FChown()
2431 CHECK(IsSafeJsInt(args[2])); in FChown()
2459 CHECK(IsSafeJsInt(args[1])); in LChown()
[all …]
Dutil-inl.h584 inline bool IsSafeJsInt(v8::Local<v8::Value> v) { in IsSafeJsInt() function
Dutil.h199 inline bool IsSafeJsInt(v8::Local<v8::Value> v);
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md2308 …b.com/nodejs/node/commit/a3c0014e73)] - **(SEMVER-MAJOR)** **fs**: use IsSafeJsInt instead of IsNu…