Home
last modified time | relevance | path

Searched refs:from_obj (Results 1 - 7 of 7) sorted by relevance

/third_party/jinja2/
H A Dasync_utils.py14 pass_arg = _PassArg.from_obj(normal_func)
H A Druntime.py275 and _PassArg.from_obj(__obj.__call__) is not None
279 pass_arg = _PassArg.from_obj(__obj)
H A Dutils.py82 def from_obj(cls, obj: F) -> t.Optional["_PassArg"]: member in _PassArg
H A Dnodes.py760 pass_arg = _PassArg.from_obj(func) # type: ignore
H A Dcompiler.py1403 _PassArg.from_obj(env_finalize) # type: ignore
1778 _PassArg.from_obj(func) # type: ignore
H A Denvironment.py525 pass_arg = _PassArg.from_obj(func)
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc254 HeapObject from_obj = HeapObject::cast(Object(from_address)); in VerifyReference() local
267 generator->verifier()->MarkReferenceCheckedWithoutChecking(from_obj, in VerifyReference()
270 generator->verifier()->CheckWeakReference(from_obj, to_obj); in VerifyReference()
272 generator->verifier()->CheckStrongReference(from_obj, to_obj); in VerifyReference()

Completed in 14 milliseconds